C4 Engine Terathon Software C4 Engine API Documentation

• Controller System

API Links
Developer Links

MethodRegistration::GetMethodFlags

Defined in:  C4Methods.h
Returns the method flags.
Prototype

unsigned long GetMethodFlags(voidconst;

Description
The GetMethodFlags function returns the method flags for a particular method registration. The method flags are established when the method registration is constructed and can be a combination (through logical OR) of the following values.
kMethodNoTarget The method does not operate on a target node.
kMethodNoSelfTarget The method cannot operate on the node to which its script controller is attached.
kMethodNoMessage The method does not generate any controller messages. This flag is implied by kMethodNoTarget.
kMethodOutputValue The method generates an output value that can be stored in a script variable.
See Also

MethodRegistration::GetMethodType

MethodRegistration::GetMethodName