MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Push

Method Push

engine/Poseidon/UI/Controls/UIControlsExt.cpp:1099–1099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1097{
1098 public:
1099 void Push(HTMLStackItem item) { Add(item); }
1100 void Push(HTMLContext c, HTMLAlign a, HTMLFormat f) { Add(HTMLStackItem(c, a, f)); }
1101 HTMLStackItem Pop()
1102 {

Callers 2

LoadBufferMethod · 0.45

Calls 2

AddClass · 0.85
HTMLStackItemClass · 0.85

Tested by

no test coverage detected