Call of Duty Script Documentation

spawn(<classname>, <origin>, <flags>, <radius>, <height>)


Module
Spawn


Summary


Spawns a new entity and returns a reference to the entity 

Example


 org = spawn("script_origin",self getorigin());

Minimum Number of arguments: 2


Number of optional arguments: 3



Return to Function List