Skip to content

Commit 15d5734

Browse files
Character scripts calls (#133)
1 parent b88ab6b commit 15d5734

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

wiki/modding/scripting/script-calls.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: Frakits & Nex_isDumb
33
desc: This page contains a list of all script calls
4-
lastUpdated: 2024-10-14T16:54:14.259Z
4+
lastUpdated: 2025-07-15T00:00:52.664Z
55
title: All script calls
66
---
77
# List of all script calls
@@ -69,6 +69,21 @@ The ``event`` in question has the following parameters:
6969

7070
### <syntax lang="haxe">onVocalsResync()</syntax>
7171

72+
## <h2 id="character-scripts">Character Scripts</h2>
73+
74+
### <syntax lang="haxe">onCharacterXMLParsed(event:CharacterXMLEvent)</syntax>, <syntax lang="haxe">onCharacterNodeParsed(event:CharacterNodeEvent)</syntax>
75+
76+
### <syntax lang="haxe">onDance(event:DanceEvent)</syntax>
77+
78+
### <syntax lang="haxe">onPlaySingAnim(event:DirectionAnimEvent)</syntax>
79+
80+
### <syntax lang="haxe">onPlayAnim(event:PlayAnimEvent)</syntax>
81+
82+
### <syntax lang="haxe">onGetCamPos(event:PointEvent)</syntax>
83+
84+
### <syntax lang="haxe">destroy()</syntax>
85+
86+
7287
## <h2 id="dialogue-scripts" sidebar="Dialogue Scripts">Dialogue Scripts <small>(mostly substate like behavior)</small></h2>
7388

7489
### <syntax lang="haxe">structureLoaded(event:DialogueStructureEvent)</syntax>

0 commit comments

Comments
 (0)