neo-persistibleclasses
|
Point Methods
The Point type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Bury(array<Byte>[]()[][]) |
Bury an entity in Storage based on a byte[] valued key (NPC Level 3)
|
![]() ![]() |
Bury(String) |
Bury an entity in Storage based on a string valued key (NPC Level 3)
|
![]() ![]() |
BuryElement |
Bury an element of an array of entities in Storage based on a NeoStorageKey (NPC Level 4)
|
![]() ![]() |
Get(array<Byte>[]()[][]) |
Get an entity from Storage based on a byte[] valued key (NPC Level 2)
|
![]() ![]() |
Get(String) |
Get an entity from Storage based on a string valued key (NPC Level 2)
|
![]() ![]() |
GetElement |
Get an element of an array of entities from Storage based on a NeoStorageKey (NPC Level 4)
|
![]() ![]() |
GetExtension |
Gets Extension script hash.
|
![]() ![]() |
GetX |
Gets X coordinate
|
![]() ![]() |
GetY |
Gets Y coordinate
|
![]() ![]() |
IsBuried |
Test whether the specified entity is Buried (Tombstoned)
|
![]() ![]() |
IsExtended |
Test whether the specified entity has been Extended.
|
![]() ![]() |
IsMissing |
Test whether the specified entity is Missing.
|
![]() ![]() |
IsNull |
Test whether the specified entity is Null.
|
![]() ![]() |
Log |
Log the entity's core fields
|
![]() ![]() |
LogExt |
Log the entity's core and system fields
|
![]() ![]() |
Missing |
Create a new entity representing a Missing entity
|
![]() ![]() |
New()()()() |
Create a new entity initialized with "zero" values
|
![]() ![]() |
New(Int32, Int32) |
Create a new entity initialized with (x,y) values
|
![]() ![]() |
Null |
Create a new entity representing a Null entity
|
![]() ![]() |
Put(Point, array<Byte>[]()[][]) |
Put an entity into Storage based on a byte[] valued key (NPC Level 2)
|
![]() ![]() |
Put(Point, String) |
Put an entity into Storage based on a string valued key (NPC Level 2)
|
![]() ![]() |
PutElement |
Collectible methods (NPC Level 4)
|
![]() ![]() |
Set |
Sets the specified Point field values
|
![]() ![]() |
SetExtension |
Sets Extension script hash
|
![]() ![]() |
SetX |
Gets X coordinate
|
![]() ![]() |
SetY |
Sets Y coordinate
|
![]() ![]() |
Tombstone |
Create a new entity representing a Tombstoned entity (NPC Level 3)
|