Difference between revisions of "LNSetAggroRadius"
Jump to navigation
Jump to search
imported>Pintocat (Created page with "{{Function |origin = LU |summary = Sets the aggro radius of an NPC or creature form or reference. (to be deprecated in NVSE 4.6.x) |name = LNGetAggroRadius |returnType = v...") |
imported>Pintocat |
||
Line 7: | Line 7: | ||
|arguments = | |arguments = | ||
{{FunctionArgument | {{FunctionArgument | ||
|Name = | |Name = radius | ||
|Type = actorBaseForm | |Type = float | ||
}}{{FunctionArgument | |||
|Name = actorBaseForm | |||
|Type = form | |||
|Optional = y | |||
}} | }} | ||
}} | }} |
Latest revision as of 13:01, 20 December 2016
< [[::Category:Functions|Category:Functions]]
A function added by the Lutana NVSE plugin.
Description
Sets the aggro radius of an NPC or creature form or reference. (to be deprecated in NVSE 4.6.x)
Syntax
[ActorRef].LNGetAggroRadius radius:float actorBaseForm:form