OnResourceStart
Jump to navigation
Jump to search
OnResourceStartServer-Side Function
![]() |
![]() |
---|
This type of event is mainly used for handling stuff after this resource has been initiated.
Attribute
[ServerEvent(Event.ResourceStart)]
Usage example(s)
[ServerEvent(Event.ResourceStart)] public void OnResourceStart() { // Some code }
Changelog
Version | Description |
---|---|
1.0 | Release. |