mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-07 05:20:38 +00:00
c02253eef2
'eval' now by default. SVN r1155 (trunk)
5 lines
154 B
Text
5 lines
154 B
Text
|
|
ACTOR SpecialSpot native
|
|
{
|
|
action native A_SpawnSingleItem(class<Actor> type, optional int fail_sp, optional int fail_co, optional int fail_dm);
|
|
}
|