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

Method SetASContext

Source/Graphics/animationclient.cpp:385–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void AnimationClient::SetASContext(ASContext *_as_context) {
386 as_context = _as_context;
387
388 as_funcs.layer_removed = as_context->RegisterExpectedFunction("void LayerRemoved(int id)", true);
389
390 as_context->LoadExpectedFunctions();
391}
392
393void AnimationClient::SetCallbackString(const std::string &_callback_string) {
394 reader.SetCallbackString(_callback_string);

Callers

nothing calls this directly

Calls 2

LoadExpectedFunctionsMethod · 0.80

Tested by

no test coverage detected