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

SetActorValue

(Difference between revisions)
Return to current revision
  1.  
    Sets the value of an [wiki]Actor value[/wiki].
    [h="2"] Declaration [/h]
    [highlight=cpp]
    VAULTSCRIPT void (*SetActorValue)(vaultmp::ID, vaultmp::Index, vaultmp::Value);
    native SetActorValue(ID, index, Float:value);
    [/highlight]
    [h="2"] Parameters [/h]
    [b][wiki="ID"]vaultmp::ID[/wiki][/b] - the ID of the [wiki]Actor[/wiki]
    [b][wiki="Index"]vaultmp::Index[/wiki][/b] - the index of the [wiki]Actor value[/wiki]
    [b][wiki="Value"]vaultmp::Value[/wiki][/b] - the new value
    [h="2"] Return value [/h]
    None.
  2. +
    [h="2"] Related pages [/h]
    [list][*][wiki]GetActorValue[/wiki]
    [/LIST]
  3.  
    [category]VaultMP interface[/category]
    [category]Scripting functions[/category]
    [category]Actor functions[/category]