lighttroupe/luz

View on GitHub
engine/plugins/actor_effects/hide.luz.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ActorEffectHide < ActorEffect
    title                "Hide"
    description "Hides actor completely."

    categories :special

    hint "Useful with conditions."

    def render
        # doesn't yield
    end
end