Template:Boxcomm: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Intended to be used in the pages where are explained the game config commands of the official emulators)
 
(Smaller)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable" style="width:100%; font-weight:bold; line-height:100%"
{| class="wikitable" style="width:100%; background:#eef; line-height:60%"
| style="width:25px; height:25px; padding:2px; background:#000; color:lime; font-size:150%" | 0x01 || Name: EE_ADD_HOOK<br>Data: 2x uint32_t Params ( addr, func_id 0-0x3B)
| rowspan="2" style="width:25px; padding:2px; background:black; color:lime; font-weight:bold; font-size:120%; cursor:help" title="Command ID" | {{{id|0xID}}}
| style="width:110px; border-style:solid hidden hidden" | Command Name:
| style="border-style:solid solid hidden; font-weight:bold" | {{{name|Please enter a name identifyer}}}
|-
| style="width:110px; border-style:hidden hidden solid" | Command Data:
| style="font-style:italic" | {{{data|Please enter a data description}}}
|}<noinclude>
|}<noinclude>
==Usage==
<!-- <nowiki>{{Boxnotice1|content=some content}}</nowiki> -->


==Example==
==Example==
<!-- {{Boxnotice1|content=text line here}} -->
<nowiki>{{Boxcomm|id=0x35|name=Unknown|data=1 * int32}}</nowiki>
{{Boxcomm|id=0x35|name=Unknown|data=1 * int32}}


[[Category:templates]]</noinclude>
[[Category:templates]]</noinclude>

Latest revision as of 14:48, 13 February 2022

0xID Command Name: Please enter a name identifyer
Command Data: Please enter a data description

Example[edit source]

{{Boxcomm|id=0x35|name=Unknown|data=1 * int32}}

0x35 Command Name: Unknown
Command Data: 1 * int32