GetActorValueInfoByName - ActorValueInfo
Revision as of 22:20, 3 February 2014 by imported>CraftySentinel (Created GetActorValueInfoByName, still needs a little more info though)
Member of: ActorValueInfo Script
Attempts to get an AVI via Name.
Syntax[edit | edit source]
ActorValueInfo Function GetActorValueInfoByName(string avName) global native
ActorValueInfo Function GetAVIByName(string avName) global
return GetActorValueInfoByName(avName)
EndFunction
Parameters[edit | edit source]
avName:
- The name of the actor value to get the info form of. Actor Value List
Return Value[edit | edit source]
The info form, if an info form could not be found none is returned.
Examples[edit | edit source]
;Returns the AVI for the skill OneHanded
ActorValueInfo aVI = ActorValueInfo.GetActorValueInfobyName("OneHanded")