2 [
EntityEditorProps(
category:
"GameScripted/Tasks", description:
"Campaign base task support entity.", color:
"0 0 255 255")]
11 [
RplRpc(RplChannel.Reliable, RplRcver.Broadcast)]
12 void RPC_SetTargetBase(
int taskID,
int baseID)
25 task.SetTargetBase(base);
41 taskID = task.GetTaskID();
42 baseID = base.GetCallsign();
44 Rpc(RPC_SetTargetBase, taskID, baseID);
45 RPC_SetTargetBase(taskID, baseID);
49 override void EOnInit(IEntity owner)