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

Function MakeActor

tests/attribute.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "utils.h"
5
6static Game_Actor MakeActor(int id) {
7 return Game_Actor(id);
8}
9
10static lcf::DBBitArray MakeAttributeSet(std::initializer_list<bool> v = {}) {
11 auto a = lcf::DBBitArray(lcf::Data::attributes.size());

Callers 3

attribute.cppFile · 0.70
testSingleFunction · 0.70
testMaxMultiFunction · 0.70

Calls 1

Game_ActorClass · 0.50

Tested by

no test coverage detected