SceneEvents.FEEntry

Undocumented in source.

Members

Functions

appendArguments
void appendArguments()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
validArgs
bool validArgs(T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
FEEntry create(void delegate() @(safe) func)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

argsLength
size_t argsLength;
Undocumented in source.
func
void delegate() @(safe) func;
Undocumented in source.

Meta