ActionOrganismID Property |
The ID of the creature requesting the action. This will always be the
GUID/ID for your creature.
Namespace: Terrarium.Sdk.Classes.ActionsAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic string OrganismID { get; }
Public ReadOnly Property OrganismID As String
Get
public:
property String^ OrganismID {
String^ get ();
}
member OrganismID : string with get
Return Value
Type:
String
System.String of the GUID/ID for the organism requesting the action.
See Also