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]
  2. -
    VAULTSCRIPT void (*SetActorValue )(vaultmp::ID, vaultmp::Index, vaultmp::Value);
  3. +
    VAULTSCRIPT void (*SetActorValue)(vaultmp::ID, vaultmp::Index, vaultmp::Value);
  4.  
    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.
    [category]VaultMP interface[/category]
    [category]Scripting functions[/category]
    [category]Actor functions[/category]