Advertisement
infiSTAR23

Get Object WorldSpace / Position

Apr 27th, 2014
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. {
  2.     _pos = getPosATL _x;
  3.     _dir = getDir _x;
  4.     diag_log format['infiSTAR.de info: %1   WorldSpace [%2,%3]   GPS: %4',typeof _x,_dir,_pos,mapGridPosition _pos];
  5. } forEach (allmissionObjects 'Land_A_Statue');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement