[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "Calling commands from C++/ParamInfo"
Jump to navigation
Jump to search
Calling commands from C++/ParamInfo (edit)
Revision as of 14:31, 17 April 2009
, 14:31, 17 April 2009no edit summary
imported>Masterfreek64 (New page: *Includes OBSE 16 and some oblivionOnline commands <pre> static ParamInfo kParams_CmdShow[1] = { { "Float", kParamType_Float, 0 } }; static ParamInfo kParams_CmdShowQuestVars[1] = { { "...) |
imported>Masterfreek64 |
||
Line 1: | Line 1: | ||
*Includes OBSE 16 and some oblivionOnline commands | *Includes OBSE 16 and some oblivionOnline commands | ||
<pre> | <pre> | ||
/* | |||
Copyright 2009 Julian Bangert aka masterfreek64 | |||
This file is part of OblivionOnline. | |||
OblivionOnline is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU Affero General Public License as published by | |||
the Free Software Foundation; either version 3 of the License, or | |||
(at your option) any later version. | |||
OblivionOnline is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
GNU Affero General Public License for more details. | |||
You should have received a copy of the GNU Affero General Public License | |||
along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
*/ | |||
//for version 2.416 | |||
static ParamInfo kParams_CmdShow[1] = { | static ParamInfo kParams_CmdShow[1] = { | ||
{ "Float", kParamType_Float, 0 } | { "Float", kParamType_Float, 0 } |