Skip to main content

ChangeExtends

Shared
Lyn.Role.ChangeExtends(string role_name, string new_extends, function|nil callback)Function

Params

  1. string role_name
  2. string new_extends
  3. function | nil callback

    Callback function when operation completes/fails.

    Callback params(s):

    1. string | nil err

      Error message if failed, or nil if successful.