Skip to content

CommandExists() case sensitive alternative #1480

@dragokas

Description

@dragokas

At the moment, CommandExists() is case insensitive, so it is useless for cases when I need to check for:

CommandExists("sm_ADMIN")

returns true, however, such command "sm_ADMIN" cannot be handled by console. such chat command "!ADMIN" cannot be handled.

Is it possible to add a new command like CommandExistsEx() or an optional argument, allowing to check "Is Command Exists" considering case sensitivity?

Thank you.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions