mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-17 17:51:11 +00:00
6 lines
147 B
Text
6 lines
147 B
Text
|
|
||
|
class SpecialSpot : Actor native
|
||
|
{
|
||
|
action native void A_SpawnSingleItem(class<Actor> type, int fail_sp = 0, int fail_co = 0, int fail_dm = 0);
|
||
|
}
|