gzdoom/wadsrc/static/actors/shared/specialspot.txt

6 lines
134 B
Plaintext
Raw Normal View History

2016-03-01 15:47:10 +00:00
ACTOR SpecialSpot native
{
action native A_SpawnSingleItem(class<Actor> type, int fail_sp = 0, int fail_co = 0, int fail_dm = 0);
}