Difference between revisions of "ZeusFPS"

From cluster wiki
Jump to navigation Jump to search
Line 18: Line 18:
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Groups:</dt>
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Groups:</dt>
<dd style="width:90%;padding:.3em .3em .3em 7em;"><div style="display:block;">
<dd style="width:90%;padding:.3em .3em .3em 7em;"><div style="display:block;">
Utility Functions: Eric's Mission Framework
Utilities: Eric's Mission Framework
</div></dd>
</div></dd>
  </dl>  
  </dl>  
Line 28: Line 28:
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Syntax:</dt>
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Syntax:</dt>
<dd style="width:90%;padding:.3em .3em .3em 7em;"><div style="display:block;">
<dd style="width:90%;padding:.3em .3em .3em 7em;"><div style="display:block;">
[] call '''EMF_fnc_zeusFPS'''
[] call '''emf_utilities_fnc_zeusFPS'''
</div></dd>
</div></dd>


Line 50: Line 50:
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Example 1:</dt>
<dt style="clear:both;font-weight:bold;position:absolute;padding:.3em;">Example 1:</dt>
<dd style="width:90%;padding:.3em .3em .3em 7em;"><code style="border:#25A1A1 dashed 1px;display:block;">
<dd style="width:90%;padding:.3em .3em .3em 7em;"><code style="border:#25A1A1 dashed 1px;display:block;">
call '''EMF_fnc_zeusFPS''';
call '''emf_utilities_fnc_zeusFPS''';
</code></dd>
</code></dd>



Revision as of 14:44, 26 March 2022

Description
Description:

This function creates a 3D display which will display playerUnits current FPS for ZeusLogicInterfaces. It must be run locally (eg. from initPlayerLocal.sqf).

Execution:

call

Groups:

Utilities: Eric's Mission Framework

Syntax
Syntax:

[] call emf_utilities_fnc_zeusFPS

Parameters:

None

Return Value:

Boolean - Returns true on success.

Examples
Example 1:
call emf_utilities_fnc_zeusFPS;
Additional Information
See also:


Notes