MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / special_set

Method special_set

src/case.cpp:86–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85 virtual ~CaseScriptInterpreter( ) { /* nothing to do */ };
86 virtual bool special_set( const lk_string &name, lk::vardata_t &val )
87 {
88 if ( VarTableScriptInterpreter::special_set( name, val ) )
89 {
90 m_case->VariableChanged( name, m_ndxHybrid );
91 return true;
92 }
93 else
94 return false;
95 }
96};
97
98bool CaseCallbackContext::Invoke( lk::node_t *root, lk::env_t *parent_env, size_t ndxHybrid )

Callers

nothing calls this directly

Calls 1

VariableChangedMethod · 0.80

Tested by

no test coverage detected