RSDKv4 CallFunction¶ Description¶ Calls the given object function. Parameters¶ function The name (or numeric ID) of the object function to call. Return Value¶ None. Syntax¶ CallFunction(int function) Example¶ CallFunction(MyObject_Function)