Menu
  • Home
  • How To
  • Actions
  • Characters
  • Places
  • Items
  • Sound Effects
  • Visual Effects
  • Icons
  • Examples

  • AddToList
  • Attack
  • Bash
  • Cast
  • CheckVersion
  • ClearDialog
  • ClearList
  • CloseFurniture
  • CreateCharacter
  • CreateEffect
  • CreateItem
  • CreatePlace
  • Dance
  • DanceTogether
  • Die
  • DisableEffect
  • DisableIcon
  • DisableInput
  • Draw
  • Drink
  • EnableEffect
  • EnableIcon
  • EnableInput
  • Enter
  • Exit
  • Face
  • FadeIn
  • FadeOut
  • Give
  • HideCredits
  • HideDialog
  • HideFurniture
  • HideList
  • HideMenu
  • HideNarration
  • Kneel
  • LookAt
  • OpenFurniture
  • Pickup
  • PlaySound
  • Pocket
  • Put
  • Putdown
  • Quit
  • RemoveFromList
  • Reset
  • Revive
  • SetCameraFocus
  • SetCameraMode
  • SetClothing
  • SetCredits
  • SetDay
  • SetDialog
  • SetExpression
  • SetEyeColor
  • SetHairColor
  • SetHairStyle
  • SetLeft
  • SetNarration
  • SetNight
  • SetPosition
  • SetRight
  • SetSkinColor
  • SetTitle
  • Sheathe
  • ShowCredits
  • ShowDialog
  • ShowFurniture
  • ShowList
  • ShowMenu
  • ShowNarration
  • Sit
  • Sleep
  • StopSound
  • Take
  • TogglePause
  • Unpocket
  • WalkTo
  • WalkToSpot

DisableIcon

Disables an experience manager defined action that was previous enabled on an entity.

Arguments
Argument Action Name
Type String
Default REQUIRED
Description Name of the enabled action
Argument Entity Name
Type Entity
Default REQUIRED
Description Name of the entity to disable the action for

Examples

DisableIcon("Attack", Tom)


See Also

Icons EnableIcon