TextDefered
and MakeWord
as a replacement for TextEx
..split_whitespace()
end < len
implies it's not None
Chars
contains a reference to the string it's iterating, so I can't keep it in the same struct as the string. (no self referential structs in rust)CConsole
if (m_TileIndex == TILE_UP || m_TileFIndex == TILE_UP)
{
if ((int)GameServer()->Collision()->GetPos(MapIndexT).y > 0)
{
Die(m_pPlayer->GetCID(), WEAPON_WORLD);
}
}
(edited)