Description
Wiki Description
Removes the specified shout from this actor.
Documentation Comment
Removes the specified shout from this actor - returns true on success
Parameters
ShoutakShout
CK Wiki Description
The shout to remove from this actor.
Examples
No human-generated examples found for this function.
Auto-Generated Example
Shout myShout__akShout
bool returnedValue = myActor__toCallFunctionOn.RemoveShout(myShout__akShout)