# ImportLibrary(Library)

Method in [Library](https://docs.yarnspinner.dev/2.0/api/csharp/yarn/yarn.library)

## Summary

Loads functions from another [Library](https://docs.yarnspinner.dev/2.0/api/csharp/yarn/yarn.library) .

```csharp
public void ImportLibrary(Library otherLibrary)
```

## Remarks

If the other library contains a function with the same name as one in this library, the function in the other library takes precedence.

## Parameters

| Name                                                                                       | Description                           |
| ------------------------------------------------------------------------------------------ | ------------------------------------- |
| [Yarn.Library](https://docs.yarnspinner.dev/2.0/api/csharp/yarn/yarn.library) otherLibrary | The library to import functions from. |
