Advanced - Unrealscript: Native Code in Unreal Tournament

File ut432 source (690 KB)
File ut451b headers (1643 KB)

Ensure that your cpp source reflects the uc function in a manner reflective of it as such:

void CLASS REFERENCE::execFUNCTION REFERENCE(FFrame& Stack, RESULT_DECL)
{
guard(CLASS REFERENCE::execFUNCTION REFERENCE);
P_FINISH;

//code

unguardexec;
}