ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


function_requests

This is an old revision of the document!


Requesting functions

These functions will make a fine addition to my collection ACSUtils.

function bool SetActorPositionForced(int tid, int x, int y, int z, bool fog)
{
	bool result = Warp(tid, x, y, z, 0, WARPF_MOVEPTR|WARPF_ABSOLUTEPOSITION|WARPF_NOCHECKPOSITION);
	if (fog)
		SpawnForced("TeleportFog", x, y, z);
	return result;
}
function_requests.1562422890.txt.gz · Last modified: 2019/07/06 17:21 by monsterovich