MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ReadChar

Method ReadChar

Source/Engine/Utilities/TextProcessing.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60char TextProcessing::ReadChar()
61{
62 if (_position >= _length)
63 return 0;
64 return moveForward();
65}
66
67void TextProcessing::EatWhiteSpaces()
68{

Callers 9

LoadMethod · 0.80
LoadAssetHeaderMethod · 0.80
LoadNameMethod · 0.80
LoadTrackMethod · 0.80
LoadTrackMethod · 0.80
LoadTrackMethod · 0.80
LoadTrackMethod · 0.80
LoadTrackMethod · 0.80
LoadTrackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected