Peoplemon  0.1.0
Peoplemon 3 game source documentation
Namespaces | Macros
BaseFunctions.cpp File Reference
#include <Core/Scripts/BaseFunctions.hpp>
#include <BLIB/Events/EventWaiter.hpp>
#include <BLIB/Scripts.hpp>
#include <BLIB/Util/Waiter.hpp>
#include <Core/Components/NPC.hpp>
#include <Core/Components/Trainer.hpp>
#include <Core/Events/Maps.hpp>
#include <Core/Events/PathFind.hpp>
#include <Core/Events/StorageSystem.hpp>
#include <Core/Events/Store.hpp>
#include <Core/Items/Item.hpp>
#include <Core/Peoplemon/Peoplemon.hpp>
#include <Core/Properties.hpp>
#include <Core/Systems/Systems.hpp>

Go to the source code of this file.

Namespaces

 core
 Core classes and functionality for both the editor and game.
 
 core::script
 Collection of helpers and contexts for in-game scripts.
 

Macros

#define BUILTIN(function)   table.set(#function, bind(systems, &function))
 

Macro Definition Documentation

◆ BUILTIN

#define BUILTIN (   function)    table.set(#function, bind(systems, &function))