Jump to content

TMG712

Premium Member
  • Posts

    2
  • Joined

  • Last visited

Nexus Mods Profile

About TMG712

Profile Fields

  • Country
    France

TMG712's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. In folder "content\content0\scripts\engine", I create the file "telemetryKeyword.ws" with the following content : // Class pointed to by "theTelemetry" // Do not instanciate directly import class CR4TelemetryScriptProxy extends CObject { import final function LogWithName( eventType : ER4TelemetryEvents ); import final function LogWithLabel( eventType : ER4TelemetryEvents, label : String ); import final function LogWithValue( eventType : ER4TelemetryEvents, value : int ); import final function LogWithValueStr( eventType : ER4TelemetryEvents, value : String ); import final function LogWithLabelAndValue( eventType : ER4TelemetryEvents, label : String, value : int ); import final function LogWithLabelAndValueStr( eventType : ER4TelemetryEvents, label : String, value : String ); import final function SetCommonStatFlt( statType: ER4CommonStats, value : float ); import final function SetCommonStatI32( statType: ER4CommonStats, value : int ); import final function SetGameProgress( value : float ); import final function AddSessionTag( tag : String ); import final function RemoveSessionTag( tag : String ); import final function XDPPrintUserStats( statisticName : String ); import final function XDPPrintUserAchievement( achievementName : String ); }
  2. What was the magic trick ?
×
×
  • Create New...