Difference between revisions of "GetRadius"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Returns the radius of a reference or light form. |name = GetRadius |returnType = float |referenceType = [lightRef] |arguments = {{F...")
 
imported>Pintocat
m
 
Line 4: Line 4:
  |name = GetRadius
  |name = GetRadius
  |returnType = float
  |returnType = float
  |referenceType = [lightRef]
  |referenceType = [ref]
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument

Latest revision as of 14:27, 10 February 2017

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns the radius of a reference or light form.

Syntax

[help]
(float) [ref].GetRadius light:form

See Also