module Oid::HiddenListener::Helper
Direct including types
Defined in:
Instance Method Summary
-
#add_component_hidden_listener : Entitas::Entity
Add a
Oid::HiddenListener
to the entity. -
#add_component_hidden_listener(**args) : Entitas::Entity
Add a
Oid::HiddenListener
to the entity. -
#add_hidden_listener(value : Set(Oid::Components::Hidden::Listener) = Set(::Oid::Components::Hidden::Listener).new) : Entitas::Entity
Add a
Oid::HiddenListener
to the entity. -
#del_component_hidden_listener : Entitas::Entity
Delete
Oid::HiddenListener
from the entity. -
#del_hidden_listener : Entitas::Entity
Delete
Oid::HiddenListener
from the entity. -
#get_component_hidden_listener : Oid::HiddenListener
Will return the component that is a
Oid::HiddenListener
or raise -
#has_component_hidden_listener? : Bool
Will return true if the entity has an component
Oid::HiddenListener
or false if it does not -
#has_hidden_listener? : Bool
Will return true if the entity has an component
Oid::HiddenListener
or false if it does not -
#hidden_listener : Oid::HiddenListener
Will return the component that is a
Oid::HiddenListener
or raise -
#hidden_listener? : Bool
Alias.
-
#remove_component_hidden_listener
Append.
-
#remove_hidden_listener
Append.
-
#replace_component_hidden_listener(component : Oid::HiddenListener)
Append.
-
#replace_component_hidden_listener(**args)
Will replace the current component with the new one generated from the provided arguments
-
#replace_hidden_listener(value : Set(Oid::Components::Hidden::Listener))
Will replace the current component with the new one generated from the provided arguments
-
#replace_hidden_listener(component : Oid::HiddenListener)
Will replace the current component with the new one provided