gzdoom/wadsrc/static/actors/shared/specialspot.txt
2016-03-01 09:47:10 -06:00

5 lines
134 B
Text

ACTOR SpecialSpot native
{
action native A_SpawnSingleItem(class<Actor> type, int fail_sp = 0, int fail_co = 0, int fail_dm = 0);
}