Represents a json engine structure.
More...
|
static implicit | operator Json (IntPtr intPtr) |
|
static Json | Parse (string jsonString) |
| Parses the specified string as a json structure.
|
|
static implicit | operator IntPtr (EngineStructure engineStructure) |
|
|
override int | StructureId [get] |
|
bool | IsValid [get] |
| Gets if this object is valid.
|
|
int | StructureId [get] |
|
|
| EngineStructure (IntPtr handle, bool memoryOwn) |
|
Represents a json engine structure.
This class is specifically for compatibility with the base game.
It is recommended to use JsonUtility and System.Text.Json for all json-related problems in C#.
◆ Dump()
string Anvil.API.Json.Dump |
( |
| ) |
|
|
inline |
Dumps the content of the json object to a string.
- Returns
◆ Parse()
static Json Anvil.API.Json.Parse |
( |
string | jsonString | ) |
|
|
inlinestatic |
Parses the specified string as a json structure.
- Parameters
-
jsonString | The json string to parse. |
- Returns
- The parsed json structure.
◆ ToNwObject()
Attempts to parse this json structure into a NwObject.
- Parameters
-
location | The location to spawn the parsed object. |
owner | If this object is an item, the owner of the parsed item. |
loadObjectState | If the object should load object state info from the json structure. |
- Returns
- The created object, or null if parsing failed.
◆ ToNwObject< T >()
Attempts to parse this json structure into a NwObject.
- Parameters
-
location | The location to spawn the parsed object. |
owner | If this object is an item, the owner of the parsed item. |
loadObjectState | If the object should load object state info from the json structure. |
- Returns
- The created object, or null if parsing failed.
The documentation for this class was generated from the following file:
- NWN.Anvil/src/main/API/EngineStructures/Json.cs