Home
last modified time | relevance | path

Searched refs:SetVigor (Results 1 – 4 of 4) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle_actors.h209 { SetVigor(_global_actor->GetVigor()); } in ResetVigor()
/dports/games/allacrost/allacrost-1.0.2/src/common/global/
H A Ddefs_global.cpp222 .def("SetVigor", &GlobalActor::SetVigor) in BindGlobalsToLua()
H A Dglobal_actors.h353 void SetVigor(uint32 vi) in SetVigor() function
H A Dglobal.cpp1077 character->SetVigor(file.ReadUInt("vigor")); in _LoadCharacter()