scope_effect

Function scope_effect 

Source
pub fn scope_effect(name: &Token, data: &Everything) -> Option<(Scopes, Effect)>
Expand description

Look up an effect name token in the effects table. name is the token. data is used in special cases to verify the name dynamically.