Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
R
ReAPIE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
CK
game-dev
ReAPIE
Commits
4834b7a1
Commit
4834b7a1
authored
Apr 14, 2019
by
CrazY
Committed by
Dmitry Novikov
Apr 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo (#130)
Little typo fix for var_fuser*, that are float instead of int.
parent
1d339f75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
reapi/extra/amxmodx/scripting/include/reapi_engine_const.inc
reapi/extra/amxmodx/scripting/include/reapi_engine_const.inc
+12
-12
No files found.
reapi/extra/amxmodx/scripting/include/reapi_engine_const.inc
View file @
4834b7a1
...
...
@@ -950,33 +950,33 @@ enum EntVars
/*
* Description: -
* Member type:
in
t
* Get params: get_entvar(index, EntVars:var);
* Set params: set_entvar(index, EntVars:var, value);
* Member type:
floa
t
* Get params:
Float:
get_entvar(index, EntVars:var);
* Set params: set_entvar(index, EntVars:var,
Float:
value);
*/
var_fuser1
,
/*
* Description: -
* Member type:
in
t
* Get params: get_entvar(index, EntVars:var);
* Set params: set_entvar(index, EntVars:var, value);
* Member type:
floa
t
* Get params:
Float:
get_entvar(index, EntVars:var);
* Set params: set_entvar(index, EntVars:var,
Float:
value);
*/
var_fuser2
,
/*
* Description: -
* Member type:
in
t
* Get params: get_entvar(index, EntVars:var);
* Set params: set_entvar(index, EntVars:var, value);
* Member type:
floa
t
* Get params:
Float:
get_entvar(index, EntVars:var);
* Set params: set_entvar(index, EntVars:var,
Float:
value);
*/
var_fuser3
,
/*
* Description: -
* Member type:
in
t
* Get params: get_entvar(index, EntVars:var);
* Set params: set_entvar(index, EntVars:var, value);
* Member type:
floa
t
* Get params:
Float:
get_entvar(index, EntVars:var);
* Set params: set_entvar(index, EntVars:var,
Float:
value);
*/
var_fuser4
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment