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

<code> if (!KeyBound(“+attack”))

  print(s:"Please bind an attack key");

<code>

functions/keybound.1497356208.txt.gz · Last modified: 2017/06/13 15:16 by korshun