Thread
:
CountAiGroundActor ??? I want to count how many Static objects
View Single Post
#
2
08-05-2012, 06:17 PM
FG28_Kodiak
Approved Member
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
To get the number of all Statics you can use:
Code:
public int CountStatic() { return GamePlay.gpGroundStationarys().Length; }
FG28_Kodiak
View Public Profile
Send a private message to FG28_Kodiak
Find all posts by FG28_Kodiak