MCPcopy Create free account
hub / github.com/crossuo/crossuo / IsEOF

Method IsEOF

xuocore/text_parser.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54bool TextFileParser::IsEOF()
55{
56 return (m_File.Ptr >= m_End);
57}
58
59void TextFileParser::GetEOL()
60{

Callers 15

load_mobtypeFunction · 0.45
load_animdefFunction · 0.45
load_equipconvFunction · 0.45
load_bodyconvFunction · 0.45
load_body_corpse_defFunction · 0.45
LoadSkillsMethod · 0.45
IndexReplacesMethod · 0.45
LoadAutoLoginNamesMethod · 0.45
LoadLoginMethod · 0.45
LoadMapMethod · 0.45
LoadGlobalConfigFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected