![]() |
Adventure Creator 1.84.3
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
|
Static Public Member Functions | |
static Action | CreateCopy (Action action) |
static void | ClearCopyBuffer () |
static void | ToCopyBuffer (List< Action > actions, bool clearIDs=true) |
Stores an list of Actions in a temporary buffer. | |
static List< Action > | CreatePasteBuffer (bool clearIDs=true) |
Generates Actions based on the buffer created with ToCopyBuffer. | |
static bool | HasCopyBuffer () |
Public Attributes | |
bool[] | endingReferencesBuffer = new bool[0] |
int[] | endingOverrideIndex = new int[0] |
|
static |
Clears the copy buffer
|
static |
Generates Actions based on the buffer created with ToCopyBuffer.
clearIDs | If True, then Speech Manager line IDs in the Actions will be reset |
|
static |
Return True if Action data is stored in the copy buffer