OnCharAttribUpdated

From Nutscript Developer Wiki
    GM:OnCharAttribUpdated(client, character, key, value)

Description[edit]

This function is called when the player's attribute is updated. If the attribute requires update to get in to work, this hook is the thing that you want.

Arguments[edit]

  • Player client
  • Character character
  • String key
  • Variables value

Return Values[edit]

none

Examples[edit]

none