Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
rpn.qh
Go to the documentation of this file.
1
#pragma once
2
3
// =========================================================
4
// Declarations for RPN command code, written by divVerent
5
// Last updated: December 28th, 2011
6
// =========================================================
7
8
const
int
MAX_RPN_STACK
= 16;
9
int
rpn_db
;
10
int
rpn_error
;
11
int
rpn_sp
;
12
string
rpn_stack
[
MAX_RPN_STACK
];
13
14
void
GenericCommand_rpn
(
int
request,
int
argc,
string
command);
rpn_sp
int rpn_sp
Definition
rpn.qh:11
GenericCommand_rpn
void GenericCommand_rpn(int request, int argc, string command)
Definition
rpn.qc:63
rpn_error
int rpn_error
Definition
rpn.qh:10
rpn_db
int rpn_db
Definition
rpn.qh:9
rpn_stack
string rpn_stack[MAX_RPN_STACK]
Definition
rpn.qh:12
MAX_RPN_STACK
const int MAX_RPN_STACK
Definition
rpn.qh:8
common
command
rpn.qh
Generated on
for Xonotic QuakeC by
1.14.0