GetActorValueInfoByName - ActorValueInfo

From the CreationKit Wiki
Revision as of 22:20, 3 February 2014 by imported>CraftySentinel (Created GetActorValueInfoByName, still needs a little more info though)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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")


See Also[edit | edit source]