ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:keybound

Table of Contents

KeyBound

bool KeyBound(str alias)

Description

Returns true if the key is bound to the specified alias.

Works by reading StrParam(k:alias) and comparing it to “??? (alias)”

Examples

if (!KeyBound("+attack"))
    print(s:"Please bind an attack key");
functions/keybound.txt · Last modified: 2017/06/13 15:16 by korshun