![]() |
|
#1
|
||||
|
||||
|
Hi all:
Imagine we have the player aircraft inflight (A), and another one AI (B). I can get the reference to the player aircraft (A) using: Code:
//Get player aircraft
cur_Plane = GamePlay.gpPlayer().Place() as AiAircraft;
Thanks.
__________________
|
|
|