MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / AttachInterlevelData

Function AttachInterlevelData

Source/Scripting/angelscript/asfuncs.cpp:3346–3349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3344}
3345
3346void AttachInterlevelData(ASContext* context) {
3347 context->RegisterGlobalFunction("void SetInterlevelData(const string &in, const string &in)", asFUNCTION(ASSetInterlevelData), asCALL_CDECL);
3348 context->RegisterGlobalFunction("string GetInterlevelData(const string &in)", asFUNCTION(ASGetInterlevelData), asCALL_CDECL);
3349}
3350
3351static void AS_TextureAssetRefConstructor(void* memory) {
3352 new (memory) TextureAssetRef();

Callers 6

InitializeMethod · 0.85
InitializeMethod · 0.85
InitializeMethod · 0.85
InitializeMethod · 0.85
InitializeMethod · 0.85
InitializeMethod · 0.85

Calls 1

Tested by

no test coverage detected