mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-17 17:50:57 +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);
|
||
|
}
|