ScriptingStateComponent class
re.ecs.ScriptingStateComponent
Inheritance
No base class.
Derived
None.
Properties
None.
Functions
static bool Exists(re.EntityId id)staticextensionT? GetPrivateAuthoritativeKV<T>(EntityId id, string key) where T : struct, Msgpack.ISerde<T>staticextensionT? GetPrivateKV<T>(EntityId id, string key) where T : struct, Msgpack.ISerde<T>staticextensionT? GetPublicAuthoritativeKV<T>(EntityId id, string key) where T : struct, Msgpack.ISerde<T>staticextensionT? GetPublicKV<T>(EntityId id, string key) where T : struct, Msgpack.ISerde<T>staticextensionT? GetServerKV<T>(EntityId id, string key) where T : struct, Msgpack.ISerde<T>staticextensionvoid SetPrivateAuthoritativeKV<T>(EntityId id, string key, T data) where T : Msgpack.ISerde<T>staticextensionvoid SetPrivateKV<T>(EntityId id, string key, T data) where T : Msgpack.ISerde<T>staticextensionvoid SetPublicAuthoritativeKV<T>(EntityId id, string key, T data) where T : Msgpack.ISerde<T>staticextensionvoid SetPublicKV<T>(EntityId id, string key, T data) where T : Msgpack.ISerde<T>staticextensionvoid SetServerKV<T>(EntityId id, string key, T data) where T : Msgpack.ISerde<T>staticextension