Logo
Static Public Member Functions | Static Public Attributes | List of all members
Yukar.Common.EventUtil Class Reference

Utility class that performs various operations related to bullet events More...

Static Public Member Functions

static Event createCast (RomItem rom, Catalog catalog, Common.Rom.Script.Trigger trigger=Script.Trigger.TALK)
 
static Event createEvent (RomItem rom, Catalog catalog, Common.Rom.Script.Trigger trigger=Script.Trigger.TALK)
 
static List< Script.SpotAttr > getSpotAttrList (Catalog catalog, Map.EventRef ev)
 
static List< EventgetEventListToSpot (Catalog catalog, Script.SpotAttr spot)
 
static Map getMapIncludeEvent (Catalog catalog, Event ev)
 

Static Public Attributes

static string newSheetName = ""
 

Detailed Description

Utility class that performs various operations related to bullet events

Member Function Documentation

◆ createCast()

static Event Yukar.Common.EventUtil.createCast ( RomItem  rom,
Catalog  catalog,
Common.Rom.Script.Trigger  trigger = Script.Trigger.TALK 
)
static

◆ createEvent()

static Event Yukar.Common.EventUtil.createEvent ( RomItem  rom,
Catalog  catalog,
Common.Rom.Script.Trigger  trigger = Script.Trigger.TALK 
)
static

◆ getEventListToSpot()

static List< Event > Yukar.Common.EventUtil.getEventListToSpot ( Catalog  catalog,
Script.SpotAttr  spot 
)
static

◆ getMapIncludeEvent()

static Map Yukar.Common.EventUtil.getMapIncludeEvent ( Catalog  catalog,
Event  ev 
)
static

◆ getSpotAttrList()

static List< Script.SpotAttr > Yukar.Common.EventUtil.getSpotAttrList ( Catalog  catalog,
Map.EventRef  ev 
)
static

Member Data Documentation

◆ newSheetName

string Yukar.Common.EventUtil.newSheetName = ""
static