MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Item_Action

Function Item_Action

code/ui/ui_shared.cpp:11145–11151  ·  view source on GitHub ↗

================= Item_Action ================= */

Source from the content-addressed store, hash-verified

11143=================
11144*/
11145void Item_Action(itemDef_t *item)
11146{
11147 if (item)
11148 {
11149 Item_RunScript(item, item->action);
11150 }
11151}
11152
11153/*
11154=================

Callers 1

Menu_HandleKeyFunction · 0.70

Calls 1

Item_RunScriptFunction · 0.70

Tested by

no test coverage detected