303 {
305 {
306 Param1<vector> pos;
307 array<ref Param> params;
308
309
310 pos = new Param1<vector>( vector.Zero );
311 params = new array<ref Param>;
312
313
315 params.Insert( pos );
317
318
320 SetSynchDirty();
321 }
322 }
proto native void RPC(Object target, int rpcType, notnull array< ref Param > params, bool guaranteed, PlayerIdentity recipient=null)
Initiate remote procedure call. When called on client, RPC is evaluated on server; When called on ser...
proto native CGame GetGame()