Background for Fallout 4
Member of the Utility script
stringfunctionCaptureFrameRate(intnumFrames)NativeGlobalDebugOnly

Description

Documentation Comment

Gets you a string describing the frame rate for a certain number of frames
(String will be no longer than 1K characters long, separated by commas)


Caveats


Parameters

intnumFrames


Examples

Auto-Generated Example

int myInt__numFrames

string returnedValue = Utility.CaptureFrameRate(myInt__numFrames)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.