RedCore
Loading...
Searching...
No Matches
red Namespace Reference

Namespaces

namespace  pub

Classes

class  ActorClassExtender
class  ActorCreateEvent
class  ActorDeleteEvent
class  ActorDonutBlock
 An implementation of Donut Block as an actor instead of a tile. More...
class  ClassExtension
class  ClassExtensionInstance
struct  ComptimeFixedString
class  EventBase
class  EventDelegator
class  FreezeFrameEvent
 Actor event that will pause execution of all actors except the ones specified in the whitelist. More...
class  MapActorMgr
class  ProfileBuilder
 Base class for builder objects that operate on profiles. Tracks which fields were set and holds their data. More...
class  ProfileCreateBuilder
class  ProfileEditBuilder
 Builder for partially modifying fields on a vanilla profile by its numeric ID. More...
class  ProfileEx
class  ProfileReplaceBuilder
 Builder for replacing a vanilla profile with a custom one by its numeric ID. More...
class  RedCoreHeap
class  RegisterActorExtensionsEvent
class  Registrar
 Per-mod registrar object from which all registrations must be made. More...
class  RenderStepEvent
class  ResourceLoadEvent
class  SpriteUtil
class  StrybbleUtil
class  TaskPrepareEvent
 Event fired when a task is being prepared. More...

Functions

template<size_t N>
 ComptimeFixedString (const char(&)[N]) -> ComptimeFixedString< N >
template<typename T>
rawRead (const u8 *&ptr)

Variables

constexpr s32 cMapActorNum = 724

Function Documentation

◆ ComptimeFixedString()

template<size_t N>
red::ComptimeFixedString ( const char(&)[N]) -> ComptimeFixedString< N >

◆ rawRead()

template<typename T>
T red::rawRead ( const u8 *& ptr)
inline

Variable Documentation

◆ cMapActorNum

s32 red::cMapActorNum = 724
constexpr