Native function calling conventions.
Enumerator |
---|
MFCC_CDecl |
CDECL calling convention.
|
MFCC_StdCall |
STDCALL calling convention.
|
MFCC_ThisCall |
THISCALL calling convention.
|
MFCC_CDecl_ObjLast |
CDECL calling convention, where the object pointer is passed as the last paramater.
|
MFCC_CDecl_ObjFirst |
CDECL calling convention, where the object pointer is passed as the first paramater.
|
MFCC_Generic |
Generic calling convention.
|
MFCC_ForceInt |
Force MFScriptCallingConvention to an int type.
|