Xonotic
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);
GenericCommand_rpn
void GenericCommand_rpn(int request, int argc, string command)
Definition:
rpn.qc:63
rpn_db
int rpn_db
Definition:
rpn.qh:9
rpn_error
int rpn_error
Definition:
rpn.qh:10
rpn_stack
string rpn_stack[MAX_RPN_STACK]
Definition:
rpn.qh:12
rpn_sp
int rpn_sp
Definition:
rpn.qh:11
MAX_RPN_STACK
const int MAX_RPN_STACK
Definition:
rpn.qh:8
common
command
rpn.qh
Generated on Thu Mar 17 2022 17:26:27 for Xonotic by
1.8.13