MCPcopy Create free account
hub / github.com/EasyRPG/Player / GetTargetEventId

Method GetTargetEventId

src/async_op.h:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237inline int AsyncOp::GetTargetEventId() const {
238 assert(GetType() == eCloneMapEvent || GetType() == eDestroyMapEvent);
239 return _args[1];
240}
241
242inline int AsyncOp::GetMapId() const {
243 assert(GetType() == eCloneMapEvent);

Callers 1

OnAsyncSuspendMethod · 0.80

Calls 1

GetTypeFunction · 0.85

Tested by

no test coverage detected