Home
last modified time | relevance | path

Searched refs:MutateMana (Results 1 – 5 of 5) sorted by relevance

/third_party/flatbuffers/docs/source/
DGoUsage.md86 if ok := monster.MutateMana(20); !ok {
/third_party/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffersExampleTests.cs148 Assert.AreEqual(monster.MutateMana((short)10), false); in CanCreateNewFlatBufferFromScratch()
/third_party/flatbuffers/tests/
Dgo_test.go372 testcase{"Mana", func() bool { return !monster.MutateMana(140) }},
/third_party/flatbuffers/tests/MyGame/Example/
DMonster.go511 func (rcv *Monster) MutateMana(n int16) bool { func
DMonster.cs26 …public bool MutateMana(short mana) { int o = __p.__offset(6); if (o != 0) { __p.bb.PutShort(o + __… in MutateMana() method