-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMagmaHooksFromCode.txt
More file actions
25 lines (24 loc) · 989 Bytes
/
MagmaHooksFromCode.txt
File metadata and controls
25 lines (24 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// + - Magma
// ++ - Zumwalt
// Nothing - not created
Hooks.NPCHurt(ref damage); // ++ - 2 hooks
Hooks.NPCKilled(ref damage); // ++
Hooks.BlueprintUse(item, this); // ++
Hooks.ChatReceived(ref arg); // +
Hooks.PlayerDisconnect(user); // +
Hooks.ConsoleReceived(ref arg); // +
Hooks.ItemsLoaded(items, _dataBlocks, _dataBlocksByUniqueID); // +
Hooks.TablesLoaded(_lootSpawnLists); // +
Hooks.EntityDeployed(component); // ++ - 2 hooks
Hooks.CheckOwner(this, controllable); // +
Hooks.EntityHurt(this, ref damage); // +
Hooks.EntityDecay(this._deployable, dmg); // ++
Hooks.PlayerHurt(ref damage); // +
Hooks.PlayerKilled(ref damage); // +
Hooks.ServerShutdown(); // ++
Hooks.PlayerGatherWood(item, rt, ref byName, ref amount, ref name); // ++
Hooks.PlayerGather(reciever, this, rg, ref amount); // ++
Hooks.PlayerConnect(User); // +
Hooks.PlayerSpawning(playerFor, zero, useCamp); // ++
Hooks.PlayerSpawned(playerFor, zero, useCamp); // ++
Hooks.ShowTalker(client2.netPlayer, client); // +