MCPcopy Create free account
hub / github.com/DentonW/DevIL / GetString

Method GetString

DevIL/cpp wrapper/il_wrap.cpp:799–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797
798
799const char *ilState::GetString(ILenum StringName)
800{
801 return ilGetString(StringName);
802}
803
804
805ILboolean ilState::IsDisabled(ILenum Mode)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected