Why do some native functions not have a number associated with them? For example:
Actor.uc
Just curious...
Actor.uc
Code:
native(283) final function bool SetCollisionSize( float NewRadius, float NewHeight ); native final function SetDrawScale(float NewScale);
Comment