File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Plugin Hook Documentation.
33
44Base hooks for plugins. Hooks are functions that can have code appended to, and are triggered at specific events.
55NutScript allows you to add hooks via PLUGIN, rather than hook.Add.
6- See: https://wiki.facepunch.com/gmod/Hook_Library_Usage and ../../guides/development/developing_plugins.md#why-plugin
6+ See: < https://wiki.facepunch.com/gmod/Hook_Library_Usage > and [ Why use PLUGIN? ] ( ../../guides/development/developing_plugins.md#why-plugin )
77## Character-related hooks
88
99???+ realm-server "<a id =PLUGIN:CharacterLoaded ></a >PLUGIN: CharacterLoaded (id)"
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ Advantages of using PLUGIN:
7474 ```
7575
7676 is a table that is available (within the respective realm ) to all files / scopes within the plugin , as well as accessible from other plugins (` ` ` nut.plugin.list.permadeath.curEnts` ` ` ).
77+
7778## ** Example **
7879
7980An example of a plugin creation can be found [here ](plugin_example .md ).
You can’t perform that action at this time.
0 commit comments