logEntities: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 6: | Line 6: | ||
|gr1= Diagnostic | |gr1= Diagnostic | ||
|descr= Creates a log file containing the list of all game entities in scene. | |descr= Creates a log file containing the list of all game entities in scene. | ||
The file is created in the same directory as [[Crash_Files|.rpt file]]. | |||
{{Feature|informative|[[BattlEye]]'s RCON variant of this command is {{hl|#logEntities}} (see also [[Multiplayer Server Commands]]).}} | |||
File name example: {{hl|logEntities_4688_12-04-2014_12-19-39.log}}<br> | |||
File content example: <spoiler text="Show example"> | |||
<pre> | |||
====================== Vehicles ======================= | |||
}} | |||
File name example: | |||
File content example: | |||
<pre>====================== Vehicles ======================= | |||
> Loc:1, ForDel:0, Dstr:0, DmgDstr:0, DmgDead:0, Sim:1, Inv: 0, AnyPl:1, Out: 0, NetID:2:3, Pos: [2476.243896][73.782043], N:B_Soldier_F | > Loc:1, ForDel:0, Dstr:0, DmgDstr:0, DmgDead:0, Sim:1, Inv: 0, AnyPl:1, Out: 0, NetID:2:3, Pos: [2476.243896][73.782043], N:B_Soldier_F | ||
Line 83: | Line 70: | ||
IsVisible: 0 | IsVisible: 0 | ||
IsAnyPlayer: 0 | IsAnyPlayer: 0 | ||
IsOutsideMap: 0</pre> | IsOutsideMap: 0 | ||
</ | </pre> | ||
</spoiler> | |||
|s1= [[logEntities]] | |||
|r1= [[Nothing]] | |||
|x1= <sqf>logEntities;</sqf> | |||
|seealso= [[entities]] [[nearEntities]] [[diag_log]] [[diag_fps]] [[diag_fpsmin]] [[diag_frameno]] [[diag_tickTime]] [[diag_captureFrame]] [[exportJIPMessages]] | |||
}} |
Latest revision as of 19:09, 5 September 2024
Description
- Description:
- Creates a log file containing the list of all game entities in scene.
The file is created in the same directory as .rpt file.
File name example: logEntities_4688_12-04-2014_12-19-39.log
File content example:
- Groups:
- Diagnostic
Syntax
- Syntax:
- logEntities
- Return Value:
- Nothing
Examples
- Example 1:
- CopylogEntities;
Additional Information
- See also:
- entities nearEntities diag_log diag_fps diag_fpsmin diag_frameno diag_tickTime diag_captureFrame exportJIPMessages
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note