|
static IEnumerable< T > | FindObjectsOfType< T > () |
| Locates all objects of the specified type.
|
|
static IEnumerable< NwObject > | FindObjectsWithTag (params string[] tags) |
| Locates all objects of that have the specified tag.
|
|
static IEnumerable< T > | FindObjectsWithTag< T > (params string[] tags) |
| Locates all objects of the specified type that have the specified tag.
|
|
◆ FindObjectsOfType< T >()
static IEnumerable< T > Anvil.API.NwObject.FindObjectsOfType< T > |
( |
| ) |
|
|
inlinestatic |
Locates all objects of the specified type.
- Template Parameters
-
T | The type of objects to search. |
- Returns
- An enumeration containing all objects of the specified type.
◆ FindObjectsWithTag()
static IEnumerable< NwObject > Anvil.API.NwObject.FindObjectsWithTag |
( |
params string[] | tags | ) |
|
|
inlinestatic |
Locates all objects of that have the specified tag.
- Parameters
-
tags | The tag/s of the objects to locate. |
- Returns
- An enumeration containing all objects with the specified tags.
◆ FindObjectsWithTag< T >()
Locates all objects of the specified type that have the specified tag.
- Parameters
-
tags | The tag/s of the objects to locate. |
- Template Parameters
-
T | The type of objects to search. |
- Returns
- An enumeration containing all objects with the specified tags.
The documentation for this class was generated from the following file:
- NWN.Anvil/src/main/API/Objects/NwObject.Create.cs