Difference between revisions of "User:CarLuver69/Sandbox/Test"

From GTAMods Wiki
Jump to navigation Jump to search
(Blanked the page)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table cellspacing="4" cellpadding="2" style="border: 1px solid #cedff2; text-align: left; line-height: 1.5em; margin: .5em 0 .5em 1em"><!--
 
  
//-- Header
 
-->{{#ifexpr: {{{noheader|0}}}=1|<!-- Do not display header -->|<!--
 
----><caption>'''{{PAGENAMEE}}'''</caption><!--
 
-->}}<!--
 
 
--><tr><!--
 
----><th colspan="3" align="center">Number of parameters: {{{np|0}}}</th><!--
 
--></tr><!--
 
 
-->{{#ifexpr: {{{np|0}}}>0|<!--
 
----><tr><!--
 
------><th>#</th><!--
 
------><th>Type2</th><!--
 
------><th>Description</th><!--
 
----></tr><!--
 
-->}}<!--
 
 
-->{{#if: {{{p1t|}}} | {{Native/Param|1|{{{p1t|}}}|{{{p1d|}}}}} }}<!--
 
-->{{#if: {{{p2t|}}} | {{Native/Param|2|{{{p2t|}}}|{{{p2d|}}}}} }}<!--
 
-->{{#if: {{{p3t|}}} | {{Native/Param|3|{{{p3t|}}}|{{{p3d|}}}}} }}<!--
 
-->{{#if: {{{p4t|}}} | {{Native/Param|4|{{{p4t|}}}|{{{p4d|}}}}} }}<!--
 
-->{{#if: {{{p5t|}}} | {{Native/Param|5|{{{p5t|}}}|{{{p5d|}}}}} }}<!--
 
-->{{#if: {{{p6t|}}} | {{Native/Param|6|{{{p6t|}}}|{{{p6d|}}}}} }}<!--
 
-->{{#if: {{{p7t|}}} | {{Native/Param|7|{{{p7t|}}}|{{{p7d|}}}}} }}<!--
 
-->{{#if: {{{p8t|}}} | {{Native/Param|8|{{{p8t|}}}|{{{p8d|}}}}} }}<!--
 
-->{{#if: {{{p9t|}}} | {{Native/Param|9|{{{p9t|}}}|{{{p9d|}}}}} }}<!--
 
-->{{#if: {{{p10t|}}} | {{Native/Param|10|{{{p10t|}}}|{{{p10d|}}}}} }}<!--
 
-->{{#if: {{{p11t|}}} | {{Native/Param|11|{{{p11t|}}}|{{{p11d|}}}}} }}<!--
 
-->{{#if: {{{p12t|}}} | {{Native/Param|12|{{{p12t|}}}|{{{p12d|}}}}} }}<!--
 
-->{{#if: {{{p13t|}}} | {{Native/Param|13|{{{p13t|}}}|{{{p13d|}}}}} }}<!--
 
-->{{#if: {{{p14t|}}} | {{Native/Param|14|{{{p14t|}}}|{{{p14d|}}}}} }}<!--
 
-->{{#if: {{{p15t|}}} | {{Native/Param|15|{{{p15t|}}}|{{{p15d|}}}}} }}<!--
 
-->{{#if: {{{p16t|}}} | {{Native/Param|16|{{{p16t|}}}|{{{p16d|}}}}} }}<!--
 
-->{{#if: {{{p17t|}}} | {{Native/Param|17|{{{p17t|}}}|{{{p17d|}}}}} }}<!--
 
-->{{#if: {{{p18t|}}} | {{Native/Param|18|{{{p18t|}}}|{{{p18d|}}}}} }}<!--
 
-->{{#if: {{{p19t|}}} | {{Native/Param|19|{{{p19t|}}}|{{{p19d|}}}}} }}<!--
 
-->{{#if: {{{p20t|}}} | {{Native/Param|20|{{{p20t|}}}|{{{p20d|}}}}} }}<!--
 
-->{{#if: {{{p21t|}}} | {{Native/Param|21|{{{p21t|}}}|{{{p21d|}}}}} }}<!--
 
-->{{#if: {{{p22t|}}} | {{Native/Param|22|{{{p22t|}}}|{{{p22d|}}}}} }}<!--
 
-->{{#if: {{{p23t|}}} | {{Native/Param|23|{{{p23t|}}}|{{{p23d|}}}}} }}<!--
 
-->{{#if: {{{p24t|}}} | {{Native/Param|24|{{{p24t|}}}|{{{p24d|}}}}} }}<!--
 
-->{{#if: {{{p25t|}}} | {{Native/Param|25|{{{p25t|}}}|{{{p25d|}}}}} }}<!--
 
-->{{#if: {{{p26t|}}} | {{Native/Param|26|{{{p26t|}}}|{{{p26d|}}}}} }}<!--
 
-->{{#if: {{{p27t|}}} | {{Native/Param|27|{{{p27t|}}}|{{{p27d|}}}}} }}<!--
 
-->{{#if: {{{p28t|}}} | {{Native/Param|28|{{{p28t|}}}|{{{p28d|}}}}} }}<!--
 
-->{{#if: {{{p29t|}}} | {{Native/Param|29|{{{p29t|}}}|{{{p29d|}}}}} }}<!--
 
-->{{#if: {{{p30t|}}} | {{Native/Param|30|{{{p30t|}}}|{{{p30d|}}}}} }}<!--
 
-->{{#if: {{{p31t|}}} | {{Native/Param|31|{{{p31t|}}}|{{{p31d|}}}}} }}<!--
 
-->{{#if: {{{p32t|}}} | {{Native/Param|32|{{{p32t|}}}|{{{p32d|}}}}} }}<!--
 
 
--><tr><!--
 
----><th colspan="3" align="center">Returned value:</th><!--
 
--></tr><!--
 
 
--><tr><!--
 
----><th>Type</th><!--
 
----><th>Description</th><!--
 
--></tr><!--
 
 
--><tr><!--
 
----><td>{{#ifexpr: {{{r|0}}}=1 | {{{rt|Unknown}}} | None}}</td><!--
 
----><td>{{{rd|}}}<!--
 
--></tr></table><!--
 
 
-->{{#ifexpr: {{{game|4}}}=5 | [[Category:Native functions (GTA V)]] | [[Category:Native functions (GTA IV)]]}}
 
<noinclude><pre>
 
{{Native
 
|game    = <use 5 for GTA V's native; 4 for IV's (default)>
 
|noheader = <use 1 if you dont want a table header; otherwise 0>
 
|np      = <number of parameters>
 
|p<1-32>t = <parameter type (integer, float, pointer, handle, boolean)>
 
|p<1-32>d = <parameter description>
 
|r        = <1 if function returns something, otherwise 0>
 
|rt      = <result value type>
 
|rd      = <result value description>
 
}}
 
</pre>[[Category:Native functions (GTA V)]][[Category:Native functions (GTA IV)]]</noinclude>
 
[[Category:Native functions]]
 

Latest revision as of 20:44, 6 June 2015