MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / Element

Class Element

Engine/source/console/arrayObject.h:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41protected:
42
43 struct Element
44 {
45 String key;
46 String value;
47 Element() { }
48 Element( const String& _key, const String& _value ) : key(_key), value(_value) { }
49 };
50
51 bool mCaseSensitive;
52 S32 mCurrentIndex;

Callers 3

push_backMethod · 0.70
push_frontMethod · 0.70
insertMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected