MCPcopy Create free account
hub / github.com/carbonengine/trinity / Register

Method Register

trinity/Tr2Variable.h:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48 template <typename TYPE>
49 void Register( const char* name, TYPE value )
50 {
51 Register( name, value, GlobalStore() );
52 }
53
54 template <typename TYPE>
55 void Register( const char* name, TYPE value, Tr2VariableStore& store )

Callers

nothing calls this directly

Calls 1

RegisterVariableMethod · 0.80

Tested by

no test coverage detected