Page 1 of 1

[TGRDM3]tgrclib

Posted: Sun Dec 11, 2011 20:42
by Tiger
Header file that basically has TGR codes rather than using the standard ZDoom ACS.
This will allow full functionality and performance difference from the standard codes.

Code: Select all

#include "TGRCodeLib.h" //Tigers Files Code Library V1.0
The code base from "TGRCodeLib" will also be known as the "TGRDM3 Drivers" to the public view.
Though, the code base will be used with future projects, the drivers will be set differently.
Requested Library codename: Kamila

User executes specific command while on status; besides having multiple scripts, it would simply run only one.


Example:

Code: Select all

EXIT_FATAL("OUTPUT TEXT"); == Terminate_HardMSG("OUTPUT TEXT");
ERROR("OUTPUT TEXT"); == Terminate_SoftMSG("OUTPUT TEXT");
EXIT; == Destroy();
etc etc

Re: [TGRDM3]tgrclib

Posted: Thu Dec 13, 2012 1:24
by Tiger
Simply unnecessary. What was I thinking when I originally made these topics?