MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / addInt

Method addInt

Source/3rdParty/dragonBones/model/UserData.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12void UserData::addInt(int value)
13{
14 ints.push_back(value);
15}
16
17void UserData::addFloat(float value)
18{

Callers 1

JSONDataParser.cppFile · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected