GetActorValueInfoByName - ActorValueInfo

Member of: ActorValueInfo Script


Attempts to get an AVI via Name.


SyntaxEdit

ActorValueInfo Function GetActorValueInfoByName(string avName) global native
ActorValueInfo Function GetAVIByName(string avName) global
	return GetActorValueInfoByName(avName)
EndFunction

ParametersEdit

avName:

The name of the actor value to get the info form of. Actor Value List

Return ValueEdit

The info form, if an info form could not be found none is returned.


ExamplesEdit

;Returns the AVI for the skill OneHanded
ActorValueInfo aVI = ActorValueInfo.GetActorValueInfobyName("OneHanded")


See AlsoEdit