MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / GetFilenameForStatement

Method GetFilenameForStatement

neo/game/script/Script_Program.h:634–636  ·  view source on GitHub ↗

================ idProgram::GetFilenameForStatement ================ */

Source from the content-addressed store, hash-verified

632================
633*/
634ID_INLINE const char *idProgram::GetFilenameForStatement( int index ) {
635 return GetFilename( statements[ index ].file );
636}
637
638#endif /* !__SCRIPT_PROGRAM_H__ */

Callers 1

CurrentFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected