Difference between revisions of "ZeusFPS"
Jump to navigation
Jump to search
(Created page with "<div style="padding:0.33em 2em;font-size:1.2em;font-weight:bold;display:block; border-bottom: #25A1A1 solid 1px; background-color:#E0FFFF;color:#25A1A1">Description</div> <dl...") |
|||
Line 64: | Line 64: | ||
<div style="display:block;">[[SetDate]]</div> | <div style="display:block;">[[SetDate]]</div> | ||
<div style="display:block;">[[EMFRoleSet]]</div> | <div style="display:block;">[[EMFRoleSet]]</div> | ||
<div style="display:block;">[[preventProne]]</div> | |||
</dd> | </dd> | ||
Revision as of 19:43, 15 June 2021
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:
Utility Functions: Eric's Mission Framework
Syntax
- Syntax:
[] call EMF_fnc_zeusFPS
- Parameters:
None
- Return Value:
Boolean - Returns true on success.
Examples
- Example 1:
call EMF_fnc_zeusFPS;
Additional Information
- See also:
Notes