ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


bcsutils

Table of Contents

BCSUtils

BCSUtils is a BCC-enhanced version of ACSUtils. It has exactly the same functions and constants as ACSUtils, so all ACSUtils documentation also works for BCSUtils.

BCSUtils is not a separate project. ACSUtils and BCSUtils are produced from the same source code and always stay in sync.

Features

  • Strict typing for all functions and constants.
  • All functions are in the BCSUtils namespace.

Using BCSUtils

Just include bcsutils.bcs instead of acsutils.acs.

#library "project"

#include "zcommon.acs"
#include "bcsutils.bcs"

// This line is optional and makes all BCSUtils functions
// usable without writing the "BCSUtils." prefix
using BCSUtils; 
bcsutils.txt · Last modified: 2017/07/14 18:28 by korshun