mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-12 06:40:56 +00:00
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);
|
|
}
|