-
Notifications
You must be signed in to change notification settings - Fork 7
server.modules.Defer
Mahatma Kollu edited this page Oct 19, 2021
·
2 revisions
▸ Defer(func): void
Defers a callback.
parm Callback - a function that is called after being deffered
| Name | Type |
|---|---|
func |
Callback |
void
- client/controllers/SpringCam
- client/controllers/Direction
- client/controllers/Rotation
- client/controllers/Shake
- client/controllers/Input
- server/modules/InputParser
- server/modules/Middleware
- server/modules/AnimPlayer
- server/modules/Action
- server/modules/Defer