Skip to content

Commit 9bfb19e

Browse files
committed
Remove : in SriptEventCallback
1 parent 23aeeb5 commit 9bfb19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/content/cookbook/Advanced/8.ScriptEventCallbacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public override function onCountdownStart(event:CountdownScriptEvent):Void
259259

260260
## Overriding Script Event Callbacks
261261

262-
Even if most base classes have the script event callbacks as empty functions, others have behavior that is entirely dependant on them. As such, you can skip the behavior or call it under a condition depending on if and where you put your super function call. One such example is in the script file for Boyfriend (Christmas):[^bf-christmas]
262+
Even if most base classes have the script event callbacks as empty functions, others have behavior that is entirely dependant on them. As such, you can skip the behavior or call it under a condition depending on if and where you put your super function call. One such example is in the script file for Boyfriend (Christmas)[^bf-christmas]
263263
```haxe
264264
// ...
265265

0 commit comments

Comments
 (0)