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.
3
3
4
4
Base hooks for plugins. Hooks are functions that can have code appended to, and are triggered at specific events.
5
5
NutScript 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 )
7
7
## Character-related hooks
8
8
9
9
???+ 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:
74
74
```
75
75
76
76
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
+
77
78
## ** Example **
78
79
79
80
An example of a plugin creation can be found [here ](plugin_example .md ).
You can’t perform that action at this time.
0 commit comments