mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +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);
|
||
|
}
|