![]() |
|
#2
|
|||
|
|||
|
Depens on situation:
Normaly with gpActorByName in this example the Aircraft with name "0:BoB_RAF_F_111Sqn_Early.000" Code:
AiAircraft aircraft = GamePlay.gpActorByName("0:BoB_RAF_F_111Sqn_Early.000") as AiAircraft;
if (aircraft != null)
{
// code
}
Last edited by FG28_Kodiak; 10-29-2012 at 04:38 PM. |
|
|