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

SetActorBaseValue

Sets the base value of an Actor value.

[top]Declaration

Code cpp:
VAULTSCRIPT vaultmp::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.

[top]Related pages