module Gamefic::Scriptable::Hooks

def on_player_output(&block)

Other tags:
    Yieldparam: -
    Yieldparam: -

Other tags:
    Example: Add a player's parent to the output as a custom hash value. -
def on_player_output(&block)
  player_output_blocks.push(block)
end