ACE3/addons/spectator/functions/fnc_handleRespawn.sqf

19 lines
294 B
Plaintext
Raw Normal View History

2015-07-04 23:49:47 +00:00
/*
* Author: SilentSpike
2015-07-17 01:05:24 +00:00
* Start the interface on respawn
2015-07-26 12:12:58 +00:00
* Part of the basic spectator system
2015-07-04 23:49:47 +00:00
*
* Arguments:
2015-07-05 20:53:09 +00:00
* 0: New unit <OBJECT>
* 1: Old unit <OBJECT>
2015-07-04 23:49:47 +00:00
*
* Return Value:
* None <NIL>
*
* Public: No
*/
#include "script_component.hpp"
[_this select 0] call FUNC(setSpectator);