Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Development:API"

From PCGamingWiki, the wiki about fixing PC games
(fix Windows EXE invalid check)
(1:1 with live)
Line 11: Line 11:
 
{{#ifeq: {{lc:{{{direct3d versions|}}}}} | false ||
 
{{#ifeq: {{lc:{{{direct3d versions|}}}}} | false ||
 
<tr class="template-infotable-body table-api-body-row">
 
<tr class="template-infotable-body table-api-body-row">
<th scope="row" class="table-api-body-parameter">Direct3D</th>
+
<th scope="row" class="table-api-body-parameter"><abbr title="Only supported on Windows">Direct3D</abbr></th>
 
<td class="table-api-body-support">{{#switch:{{lc:{{{direct3d versions|}}}}}
 
<td class="table-api-body-support">{{#switch:{{lc:{{{direct3d versions|}}}}}
 
|true
 
|true
Line 24: Line 24:
 
{{#ifeq: {{lc:{{{directdraw versions|}}}}} | false ||
 
{{#ifeq: {{lc:{{{directdraw versions|}}}}} | false ||
 
<tr class="template-infotable-body table-api-body-row">
 
<tr class="template-infotable-body table-api-body-row">
<th scope="row" class="table-api-body-parameter">DirectDraw</th>
+
<th scope="row" class="table-api-body-parameter"><abbr title="Only supported on Windows">DirectDraw</abbr></th>
 
<td class="table-api-body-support">{{#switch:{{lc:{{{directdraw versions|}}}}}
 
<td class="table-api-body-support">{{#switch:{{lc:{{{directdraw versions|}}}}}
 
|true
 
|true

Revision as of 07:20, 18 June 2019

Documentation for the above template (sometimes hidden from view).