- Active
void Active(void* )
Undocumented in source.
- Bind
void Bind(void* , Entity )
Undocumented in source.
- Cast
auto Cast(void* component)
Undocumented in source. Be warned that the author may not have intended to support it.
- Clone
void* Clone(void* )
Undocumented in source.
- Components
ConstArray!(void*) Components()
Undocumented in source.
- Deactive
void Deactive(void* )
Undocumented in source.
- FindFunction
T FindFunction(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- FindFunction
bool FindFunction(T t, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- FindFunctionType
void* FindFunctionType(string name, TypeInfo type)
Undocumented in source.
- Remove
void Remove(void* )
Undocumented in source.
- RunFunction
void RunFunction(string name, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- RunFunction
void RunFunction(string name, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- Type
TypeInfo Type()
Undocumented in source.
- TypeCast
void* TypeCast(TypeInfo type, void* component)
Undocumented in source.