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

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "<table cellspacing="4" cellpadding="2" style="border: 1px solid #cedff2; text-align: left; line-height: 1.5em; margin: .5em 0 .5em 1em"><!-- //-- Header -->{{#ifexpr: {{{nohe...")
 
(Blanked the page)
 
(20 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>Type</th><!--
 
------><th>Description</th><!--
 
----></tr><!--
 
-->}}<!--
 
 
-->{{#if: {{{p1t|}}} | {{/Param|1|{{{p1t|}}}|{{{p1d|}}} }}<!--
 
-->{{#if: {{{p2t|}}} | {{/Param|2|{{{p2t|}}}|{{{p2d|}}} }}<!--
 
-->{{#if: {{{p3t|}}} | {{/Param|3|{{{p3t|}}}|{{{p3d|}}} }}<!--
 
-->{{#if: {{{p4t|}}} | {{/Param|4|{{{p4t|}}}|{{{p4d|}}} }}<!--
 
-->{{#if: {{{p5t|}}} | {{/Param|5|{{{p5t|}}}|{{{p5d|}}} }}<!--
 
-->{{#if: {{{p6t|}}} | {{/Param|6|{{{p6t|}}}|{{{p6d|}}} }}<!--
 
-->{{#if: {{{p7t|}}} | {{/Param|7|{{{p7t|}}}|{{{p7d|}}} }}<!--
 
-->{{#if: {{{p8t|}}} | {{/Param|8|{{{p8t|}}}|{{{p8d|}}} }}<!--
 
-->{{#if: {{{p9t|}}} | {{/Param|9|{{{p9t|}}}|{{{p9d|}}} }}<!--
 
-->{{#if: {{{p10t|}}} | {{/Param|10|{{{p10t|}}}|{{{p10d|}}} }}<!--
 
-->{{#if: {{{p11t|}}} | {{/Param|11|{{{p11t|}}}|{{{p11d|}}} }}<!--
 
-->{{#if: {{{p12t|}}} | {{/Param|12|{{{p12t|}}}|{{{p12d|}}} }}<!--
 
-->{{#if: {{{p13t|}}} | {{/Param|13|{{{p13t|}}}|{{{p13d|}}} }}<!--
 
-->{{#if: {{{p14t|}}} | {{/Param|14|{{{p14t|}}}|{{{p14d|}}} }}<!--
 
-->{{#if: {{{p15t|}}} | {{/Param|15|{{{p15t|}}}|{{{p15d|}}} }}<!--
 
-->{{#if: {{{p16t|}}} | {{/Param|16|{{{p16t|}}}|{{{p16d|}}} }}<!--
 
-->{{#if: {{{p17t|}}} | {{/Param|17|{{{p17t|}}}|{{{p17d|}}} }}<!--
 
-->{{#if: {{{p18t|}}} | {{/Param|18|{{{p18t|}}}|{{{p18d|}}} }}<!--
 
-->{{#if: {{{p19t|}}} | {{/Param|19|{{{p19t|}}}|{{{p19d|}}} }}<!--
 
-->{{#if: {{{p20t|}}} | {{/Param|20|{{{p20t|}}}|{{{p20d|}}} }}<!--
 
-->{{#if: {{{p21t|}}} | {{/Param|21|{{{p21t|}}}|{{{p21d|}}} }}<!--
 
-->{{#if: {{{p22t|}}} | {{/Param|22|{{{p22t|}}}|{{{p22d|}}} }}<!--
 
-->{{#if: {{{p23t|}}} | {{/Param|23|{{{p23t|}}}|{{{p23d|}}} }}<!--
 
-->{{#if: {{{p24t|}}} | {{/Param|24|{{{p24t|}}}|{{{p24d|}}} }}<!--
 
-->{{#if: {{{p25t|}}} | {{/Param|25|{{{p25t|}}}|{{{p25d|}}} }}<!--
 
-->{{#if: {{{p26t|}}} | {{/Param|26|{{{p26t|}}}|{{{p26d|}}} }}<!--
 
-->{{#if: {{{p27t|}}} | {{/Param|27|{{{p27t|}}}|{{{p27d|}}} }}<!--
 
-->{{#if: {{{p28t|}}} | {{/Param|28|{{{p28t|}}}|{{{p28d|}}} }}<!--
 
-->{{#if: {{{p29t|}}} | {{/Param|29|{{{p29t|}}}|{{{p29d|}}} }}<!--
 
-->{{#if: {{{p30t|}}} | {{/Param|30|{{{p30t|}}}|{{{p30d|}}} }}<!--
 
-->{{#if: {{{p31t|}}} | {{/Param|31|{{{p31t|}}}|{{{p31d|}}} }}<!--
 
-->{{#if: {{{p32t|}}} | {{/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}}} | Void}}</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