OrganismStateMakeImmutable Method |
Makes all properties immutable. Ensures that the organism state
cannot be changed at all by creatures with access to the state.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic void MakeImmutable()
public:
void MakeImmutable()
member MakeImmutable : unit -> unit
See Also