Fix typo in DHookRaw docs (#2020)
This commit is contained in:
parent
2ef874dbc9
commit
7170a8f11c
@ -764,7 +764,7 @@ native int DHookGamerules(Handle setup, bool post, DHookRemovalCB removalcb=INVA
|
|||||||
*
|
*
|
||||||
* @param setup Setup handle to use to add the hook.
|
* @param setup Setup handle to use to add the hook.
|
||||||
* @param post true to make the hook a post hook. (If you need to change the return value or need the return
|
* @param post true to make the hook a post hook. (If you need to change the return value or need the return
|
||||||
* alue use a post hook! If you need to change params and return use a pre and post hook!)
|
* value use a post hook! If you need to change params and return use a pre and post hook!)
|
||||||
* @param addr This pointer address.
|
* @param addr This pointer address.
|
||||||
* @param removalcb Callback for when the hook is removed (Entity hooks are auto-removed on entity destroyed and
|
* @param removalcb Callback for when the hook is removed (Entity hooks are auto-removed on entity destroyed and
|
||||||
* will call this callback)
|
* will call this callback)
|
||||||
|
Loading…
Reference in New Issue
Block a user