This site has been archived and made available for preservation purposes. No edits can be made.

SetActorBaseValue

This is an old revision of this page, as edited 04-11-2012, 09:04 PM by foxtacles (contribs). It may differ significantly from the current revision.
Sets the base value of an Actor value.

[top]Declaration

Code cpp:
VAULTSCRIPT void (*SetActorBaseValue )(vaultmp::ID, vaultmp::Index, vaultmp::Value);
native SetActorBaseValue(ID, index, Float:value);

[top]Parameters

vaultmp::ID - the ID of the Actor
vaultmp::Index - the index of the Actor value
vaultmp::Value - the new value

[top]Return value

None.