Call of Duty 4: Scripting Reference - Entity::GetCentroid: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
(New page: {{Function |Version=4 |Name=GetCentroid() |Module=Entity |Available |Summary=Gets the centroid of an entity |Call_on=An Entity |Example=<pre> centroid = self GetCentroid();</pre> }})
 
mNo edit summary
 
Line 3: Line 3:
|Name=GetCentroid()
|Name=GetCentroid()
|Module=Entity
|Module=Entity
|Available
|Available=SP only
|Summary=Gets the centroid of an entity
|Summary=Gets the centroid of an entity
|Call_on=An Entity
|Call_on=An Entity
|Example=<pre> centroid = self GetCentroid();</pre>
|Example=<pre> centroid = self GetCentroid();</pre>
}}
}}

Latest revision as of 04:51, 26 September 2009