Peoplemon  0.1.0
Peoplemon 3 game source documentation
Classes
core::script Namespace Reference

Collection of helpers and contexts for in-game scripts. More...

Classes

struct  BaseFunctions
 Adds the built-in default functions to all Peoplemon scripts. More...
 
class  ConversationContext
 Special script context for conversation scripts. Adds the default Peoplemon built-ins and the conversation dependent built-ins. More...
 
class  DebugScriptContext
 Script context for debug scripts ran from the terminal. More...
 
struct  LegacyWarn
 Helper struct to warn when legacy scripts are attempted to load. More...
 
class  MapChangeContext
 Special context for map enter and exit scripts. More...
 
class  MapEventContext
 Special script context for map events. Adds default built-ins and the map event built-ins. More...
 

Detailed Description

Collection of helpers and contexts for in-game scripts.