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

Method CollideWith

Source/Objects/movementobject.cpp:4547–4551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4545}
4546
4547void MovementObject::CollideWith(MovementObject* other) {
4548 ASArglist args;
4549 args.AddAddress(other);
4550 as_context->CallScriptFunction(as_funcs.handle_collisions_btc, &args);
4551}
4552
4553void MovementObject::SetScriptParams(const ScriptParamMap& spm) {
4554 Object::SetScriptParams(spm);

Callers 1

HandleCollisionsMethod · 0.80

Calls 2

AddAddressMethod · 0.80
CallScriptFunctionMethod · 0.45

Tested by

no test coverage detected