Oi, consistency...
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40432
This commit is contained in:
@@ -55,12 +55,12 @@ public Plugin:myinfo;
|
||||
forward OnPluginStart(Handle:myself);
|
||||
|
||||
/**
|
||||
* Called before OnPluginInit, in case the plugin wants to check for load failure.
|
||||
* Called before OnPluginStart, in case the plugin wants to check for load failure.
|
||||
* This is called even if the plugin type is "private." Any natives from modules are
|
||||
* not available at this point. Thus, this forward should only be used for explicit
|
||||
* pre-emptive things, such as adding dynamic natives, or setting certain types of load filters.
|
||||
*
|
||||
* NOTE: It is not safe to call externally resolved natives until OnPluginInit().
|
||||
* NOTE: It is not safe to call externally resolved natives until OnPluginStart().
|
||||
* NOTE: Any sort of RTE in this function will cause the plugin to fail loading.
|
||||
*
|
||||
* @param myself Handle to the plugin.
|
||||
|
||||
Reference in New Issue
Block a user