Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ mana
Function
mana
Sming/Libraries/flatbuffers/samples/Basic/include/monster.h:280–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
return GetStruct<MyGame::Sample::Vec3 *>(VT_POS);
279
}
280
int16_t mana() const {
281
return GetField<int16_t>(VT_MANA, 150);
282
}
283
bool mutate_mana(int16_t _mana) {
284
return SetField<int16_t>(VT_MANA, _mana, 150);
285
}
Callers
1
UnPackTo
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected