| argTable | Argument table for spawning FARP objects, {TemplateTBL <string>, GroupName <string>, Country <number>, SpawnPoint , Heading <number>, DynamicSpawn <boolean>, Hotstart <boolean>
|
|
| Example:
|
CMM.ScheduleSpawnFARPObject({TemplateTBL = "FOB_01#01245", GroupName = "FOB_01#01245_FARP", Country = 82, SpawnPoint = {x=0,y=0,z=0}, Heading = 33, DynamicSpawn = true, Hotstart = false})
|
| Example Description:
|
Returns nothing but spawns the FARP object and then adds it to the CMM.DEPLOYED table for tracking under the "FOB_01#01245" template
|
|
|
| Related Functions:
|
|
| Notes:
|
| } |
|---|