Difference between revisions of "TMap.Bullets"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "==Description== Array of TActiveMapBullet, like M79 grenades or spas pellets.<br> '''Note: it's an array[1..254], NOT [0..255]. Calling Bullets[0] or Bullets[255] will ca...")
 
 
Line 1: Line 1:
 +
'''property Bullets[ID: Byte]: [[TActiveMapBullet]]'''
 +
  Access mode: R
 +
 
==Description==
 
==Description==
 
Array of [[TActiveMapBullet]], like M79 grenades or spas pellets.<br>  
 
Array of [[TActiveMapBullet]], like M79 grenades or spas pellets.<br>  

Latest revision as of 23:48, 6 October 2014

property Bullets[ID: Byte]: TActiveMapBullet
 Access mode: R

Description

Array of TActiveMapBullet, like M79 grenades or spas pellets.
Note: it's an array[1..254], NOT [0..255]. Calling Bullets[0] or Bullets[255] will cause an error