RemoveShout - Actor

Member of: Actor Script

Removes the specified shout from this actor.

SyntaxEdit

bool Function RemoveShout(Shout akShout) native

ParametersEdit

  • akShout: The shout to remove from this actor.

Return ValueEdit

True on success.

ExamplesEdit

; Removes the Call Storm shout from the player
if (Game.GetPlayer().RemoveShout(CallStormShout))
  Debug.Trace("CallStorm Shout removed from the player")
endIf

See AlsoEdit