Hooks/Shared/DarkRPFinishedLoading
Jump to navigation
Jump to search
Hook | |
Hook name | DarkRPFinishedLoading() |
Description: | |
Runs right after DarkRP itself has loaded. All DarkRPMod stuff (except for disabled_defaults) is loaded during this hook. NOTE! NO CUSTOM STUFF WILL BE AVAILABLE DURING THIS HOOK. USE `loadCustomDarkRPItems` INSTEAD IF YOU WANT THAT! | |
Returns: | nil |
Realm: |
![]() |
BBCode Link: | [b][url=http://wiki.darkrp.com/index.php?title=Hooks/Shared/DarkRPFinishedLoading]DarkRPFinishedLoading hook[/url][/b] |
Parameters[edit]
This hook isn't called with any parameters
Return values[edit]
This hook does not accept return values. You can still return a value to override the default implementation of this hook.