GTAdhocAPI
Gran Turismo (6) Adhoc API Documentation
|
Event/Race Organizer. More...
Public Member Functions | |
MOrganizer () | |
constructor taking no param More... | |
void | initialize () |
Initializes the organizer. More... | |
void | finalize () |
Finalizes the organizer. More... | |
void | leaveEntry (Int slot_id, Bool unk=false) |
void | requestTeamLeader (Int unk) |
Bool | checkTeamLeader (Int unk) |
void | setTeamID (Int unk, ULong id=-1) |
ULong | getTeamID (Int unk) |
ULong | getTeamPoint (ULong unk) |
void | setBoobyPoint (UShort unk) |
UShort | getBoobyPoint () |
void | clearAllPoint () |
Int | getRidingDriverIndex (Int slot_id) |
Gets the driver parameter index that is currently driving for the specified slot id. More... | |
void | setRidingDriverIndex (Int slot_id, Int driver_idx) |
Sets the driver parameter index that is currently driving for the specified slot id. More... | |
void | setStartDriverIndex (Int slot_id, Int unk2) |
Int | getRidingSlotID (Int slot_id) |
Bool | checkEnabledDrive (Int unk) |
Int | getDrivingSlotID (Int unk) |
Bool | getRideSlotCheck (Int slot_id, Int my_slot_id) |
void | dropRequest (Int myslot, Int cslot, Bool to_leave=true) |
void | dropOtherDriver (Int unk, Int unk2) |
void | toPitStop (Int unk) |
void | enableSingleOnlineRace () |
void | setAccumulationTime (Int time_ms, Bool unk2) |
Used for GT5 Rally. More... | |
Int | getAccumulationTime (Int unk_index) |
Int | getSlowestTimeInRace () |
Used for GT5 Rally. Usage unknown. More... | |
Int | replaceVehicle (Int slot_id, Float angle_rad=0.0, Float vcoord=-1.0, Bool unk4=false) |
Resets a car in the race using VCoord and angle. More... | |
Int | replaceVehicleByPosition (Int slot_id, Float angle_rad=0.0, Float x=0.0, Float y=0.0, Float z=0.0) |
Resets a car in the race using angle and position. More... | |
void | ostracizeRaceNoTarget (Bool switch) |
Removes or adds all the cars from the race except the current target car. More... | |
Array< Float > | getSlotGroundPosition (Int slot_id, Float unkoffset, Float unkoffset2) |
Returns the ground position for a slot id. May be starting position, does not consistently update. More... | |
void | setPitID (Int slot_id, Int pit_id) |
Sets the pit id for a slot id. Intended for use with gtengine::StartType::PIT. More... | |
void | setPitBoxRotation (Int unk) |
Bool | isCompleteSlot (Int slot_id) |
Returns whether a slot_id is "completed", it is ready and currently in the race. More... | |
void | changeSpecialDriver (Int slot_id, Int special_driver) |
Unknown. Used in GT5 School. More... | |
void | setEnableExportLiveTiming (Bool unk) |
Stubbed. More... | |
Bool | setEventSignalWait (Bool wait) |
Tells the event signaler to wait before starting. Setting to true will wait for the race to start until untoggled. More... | |
void | setWait0EntryEvent (Bool value) |
void | openLoadingCourseDoneEvent (MRenderContext context, MWidget widget) |
Bool | isEventSignalWait () |
Whether the event signaler is waiting. See setEventSignalWait(). More... | |
void | resetWeather (Bool keep_time_of_day, MRaceParameter new_rp=nil) |
Resets the race's weather. This can be run during a race. More... | |
Array< Float > | getSplitTripByDrivers (Int slot_id) |
Gets the odometer for each driver of a slot id. More... | |
Float | getTripMeterInSession (Int slot_id) |
Gets the current trip meter/mileage in meters for the specified slot_id. More... | |
Int | getWinnerSlotID () |
Gets the slot id that won the race. More... | |
void | rideRequestOtherSlot (Int unk, Int unk2, MCarDriverParameter unk3) |
void | answerRideRequestOtherSlot (Int unk, Int unk2, Bool unk3) |
void | setRejectRideRequestMode (Bool value) |
Int | getRemainMSecToStart (Int slot_id) |
Gets the time in milliseconds until a car/slot_id starts the race. More... | |
Int | getRemainMSecToFinish () |
Gets the time in milliseconds until the race ends. More... | |
ULong | getRaceStartTime () |
Int | getDisplayRemainTimeSecond (Bool unk) |
Gets the display remaining time for the race. More... | |
Bool | checkFinishRace (Long ms=0) |
Int | getAccountID (Int slot_id) |
Gets the account/driver parameter id for a slot id. More... | |
Int | getResourceID (Int unk) |
void | openEntryRacer () |
Allows new entries to enter the race. More... | |
void | closeEntryRacer () |
Disallows entries to enter the race. More... | |
Bool | canEntryRacer () |
Returns whether new entries can enter the race. More... | |
void | entryProcessLock (Int unk) |
void | entryProcessUnlock (Int unk) |
Bool | entryRace (Int slot_id, MCarParameter cp=nil) |
Sets a car to enter the race. Returns whether successful. More... | |
Bool | entryRaceAsync (Int slot_id, MCarParameter cp=nil) |
Sets a car to enter the race (async). Returns whether successful. More... | |
MCarParameter | leaveRace (Int slot_id, Bool unk2=false) |
Sets a car/slot_id to leave the race. More... | |
void | leaveRaceRequestAll () |
Sets all cars to leave the race. Use this carefully, may crash. More... | |
EntryLevel | getEntryState (Int slot_id) |
Returns the entry state of a slot id/car. More... | |
RunningState | getRunningState (Int slot_id) |
Returns the running state of a slot id/car. More... | |
UInt | getHasEnergyType (Int slot_id) |
Returns energy type flags for a slot id/car. More... | |
void | startGameObjectLoop () |
Starts race loop. (?). More... | |
void | stopGameObjectLoop () |
Stops the race loop (?). More... | |
void | syncGameObjectLoop () |
void | connectRenderingRace () |
void | disconnectRenderingRace () |
Bool | isEnableRenderingRace () |
Whether the race is being rendered. More... | |
void | enableRenderingRace () |
Enables rendering the race. More... | |
void | disableRenderingRace () |
Disables rendering the race. (Black screen) More... | |
void | enableSoundingRace () |
Enables race sounds. More... | |
void | disableSoundingRace () |
Disables race sounds. More... | |
void | setCamera (CameraType type, Int window_id_maybe=0) |
Sets the current camera. More... | |
void | setCameraWithMount (CameraType type, Int mount, Int window_id_maybe=0) |
Sets the current camera with the specified mount. More... | |
void | changeSpectatorCamera (CameraType type, Int mount, Int window_id_maybe=0) |
Sets the current spectator camera with the specified mount. More... | |
void | setForceCamera () |
Stubbed. More... | |
void | resetForceCamera () |
Resets camera. Will set camera to ONBOARD and set target to the first slot id/car. More... | |
Map | getCameraParameters () |
Gets photo mode camera parameters. More... | |
void | setForceReplayCameraSet () |
Stubbed. More... | |
void | setForceInCarModel () |
Stubbed. More... | |
void | setForceAllVisionList () |
Stubbed. More... | |
void | copyDriverParameter (Int slot_id, Int pilot_id, MCarDriverParameter dp, Bool unk4=false) |
Copies a driver parameter to the specified slot_id's pilot/driver id. More... | |
Int | setDataSynchronizeAtStart (Bool unk) |
STStructure | getCurrentPitStrategy (Int slot_id, Bool unk2=false) |
Int | startVehiclePitWork (Int slot_id, STStructure pit_strategy) |
void | startVehicleInSession (Int slot_id) |
void | releasePitVehicle (Int slot_id) |
Bool | setPitMode (Int slot_id, Bool autocruise, Bool do_pit_stop) |
void | setReadyEntry (Int slot_id, Bool unk) |
void | setWithoutRace (Int unk, Bool unk) |
Bool | getWithoutRace (Int unk) |
void | toCruiseMode (Int unk, Bool unk2=false, Int unk3=80) |
void | needPitStrategyConfirm (Bool value) |
void | confirmPitStrategySlot (Int unk) |
void | enableSuspendRace (Int slot_id) |
Enables suspending the race for the provided slot id/car. More... | |
MBlob | getRaceSuspendData () |
Gets race suspended data as a blob. More... | |
void | requestResumeRace (MBlob suspend_data) |
Resumes the race with the specified suspend data. More... | |
Bool | isEnabledSuspendRace () |
Returns whether suspending the race is enabled (for endurance). More... | |
Bool | isResumedRace () |
Returns whether the race has resumed (after requestResumeRace().) More... | |
Bool | isResumedBuild () |
void | clearResumedBuild () |
Bool | checkResumeBuffer (MBlob race_snapshot) |
void | resumeCourseInfo (MBlob unk) |
void | setSequentialLoadMode (Bool unk) |
void | enableUpdateManagement (Bool unk) |
void | notrecordBestLapTime () |
void | setUseAutoInCarReplay (Bool value) |
void | noDispVehicleFlag (Bool unk) |
void | noDispBackMirror (Bool disabled) |
Whether to disable the back mirror. Only for bumper view. More... | |
void | getOverRideMipMapLv () |
Always returns const 0 in release mode at least. More... | |
void | setOverRideMipMapLv () |
Stubbed in release mode. More... | |
CameraType | getCameraType (Int window_id=0) |
Gets the current camera type for a window id. More... | |
CameraType | getSpectatorCameraType () |
Gets the current spectator camera type. More... | |
CameraType | getCurrentCameraType (Int window_id) |
Gets the current camera type for a window id. More... | |
Int | getCameraMountNum (Int window_id=0) |
Gets the current camera mount number for a window id. More... | |
Int | getCameraTarget (Int window_id) |
Gets the target slot id/car of the camera for the specified window id. More... | |
void | setCameraTarget (Int window_id, Int slot_id) |
Sets the camera target to the specific slot id/car for a specified window id. More... | |
void | setCameraTargetV (Int vcoord) |
Sets the camera's target vcoord. Camera type must be gtengine::CameraType::COURSEV. More... | |
void | setCameraTargetVbyPos (Array< Float > pos_XYZ) |
Sets the camera's target by position. More... | |
void | initializeCameraMode (Bool unk, Bool unk2, Bool unk3) |
Initializes camera mode. More... | |
void | callDriversViewChange () |
Changes the current camera mount view (in replay mode). More... | |
void | commandCameraButton (Int unk) |
Programatically presses the camera view change button. Param is unknown. More... | |
void | setCameraInputEnable (Int enable) |
Whether the camera is open to inputs. Intended for use with camera types that allow movement, i.e gtengine::CameraType::WALK. More... | |
void | setDisableCameraDrawFlag (CameraDrawFlag flag) |
Sets items to disable rendering on the camera. More... | |
void | setDisableSelectCamera (Bool disable) |
Sets whether to disable changing cameras. Won't apply until race restart. More... | |
void | setInCarCameraPlay () |
void | setDisableSelectTarget (Int bool_int) |
Sets whether to disable selecting a target. More... | |
void | setBSpecCameraTable () |
void | setLicenseCameraTable (Int unk) |
Bool | isLicenseCameraTable () |
Bool | isPreviewCameraInSpectator () |
void | resetSpectatorCamera () |
Resets the spectator camera. More... | |
Bool | isTargetCarPitIn () |
Gets whether the current target car is pitting. More... | |
void | isValidCameraTarget (Int unk_maybeunused=0) |
Int | getTargetCarDistributeCameraNum () |
void | setCameraDisableUpdateFlag (Bool unk) |
Disables any camera tracking update. More... | |
Int | getSelectedOnboardCamera (Int window_id=0) |
Gets the selected onboard camera index for the specified window id. More... | |
void | setEnableFullSelectCamera (Bool unk) |
void | setOnboardEffect (Bool unk) |
Int | getNumberOfPitIn (Int slot_id) |
Gets the number of times a slot id/car has pitted in the race. More... | |
MCarStatus | getCarStatus (Int slot_id) |
Gets the car status for a slot id/car. More... | |
Float | getAllCarGasConsumption () |
Gets the gas consumption of all the cars in the race. More... | |
Int | checkSlotPitInStatus (Int slot_id) |
Returns whether a slot id/car is currently pitting. More... | |
Bool | checkMountNum (Int slot_id, Int mount) |
Returns whether a specific mount is valid for the specified slot id/car. More... | |
void | setCameraWindowControllerPort (Int window_id, Int port) |
Binds a controller port to a window id. More... | |
void | setCarCameraMotion (String ebc_file_name) |
void | setCarCameraMotionNoiseType (Int unused) |
void | setWalkCameraMount (Int unk) |
Sets the walking camera mount. Intended for photo mode. More... | |
void | clearCarCameraMotion () |
void | setWorldCameraMotion (String ebc_file_name) |
void | clearWorldCameraMotion () |
Array< Float > | getCameraSubjectPosition () |
Gets the camera subject position as vector XYZ. More... | |
Array< Float > | getCameraSubjectQuaternion () |
Gets the camera subject quaternion. More... | |
Bool | isRenderReady () |
Gets whether the race render is ready. More... | |
Float | getVehicleTripKm (Int slot_id, Int unk2=-1) |
Gets the trip mileage for a car in kilometers. More... | |
Int | getNbProbablyHaveResourceVehicles () |
Number of vehicles that probably have a resource. More... | |
Int | checkHasNotResourceVehicle (Int unk) |
void | forceFinishRace (Int slot_id, Int finish_rank) |
Forces finishes a race for a slot id/car. More... | |
Int | getForceFinishResult () |
void | setCollisionEnable (Bool enabled) |
Enables or disables collision with other cars. Does not put cars in a ghost state. More... | |
void | setWallCollisionEnable (Bool enabled) |
Disables all wall collisions. More... | |
Bool | isBuildComplete () |
Returns whether building the race is complete. More... | |
Bool | checkBadTiming () |
Bool | waitOtherEntries (Int unk) |
Bool | waitRegularRacers (Int unk) |
Bool | waitForNoRacers (Int unk) |
void | loadingCourseSpeculation (ULong unk) |
void | requestLoadingCourse () |
Bool | isCourseLoadForDataLogger () |
void | setLoadingImageFile (String path_to_image) |
Sets the loading background image. More... | |
Bool | hasLoadingCarDone () |
Int | getLoadedCarCount () |
void | canEnterCourse (Bool unk=false) |
Bool | enterCourse () |
void | exitCourse () |
Exits the course. More... | |
Bool | inCourse () |
Bool | inCourseAllEntries () |
Bool | checkLeaveRace (Int slot_id) |
Int | checkDisqualifySlot (Int unk) |
Bool | checkInCourseSlot (Int unk) |
UInt | getCurrentCourseCode () |
Gets the current DB course code. More... | |
void | setApplicationEndSessionSecond (Int unk, Bool unk2=false) |
Int | getApplicationEndSessionSecond () |
void | setApplicationTimeLimitNoStopAtPause (Bool unk) |
void | setNoInputLimitSecond (Int unk) |
void | setNetworkStartSync () |
Bool | checkReadySession () |
ULong | getNetworkCourseCode () |
Bool | startSession (MRaceParameter rp, Bool replay_mode=false, StartSessionCameraType camera_type=0, Bool demo_mode=false) |
Bool | checkLoadingPreSession () |
Bool | startRaceRequest (Int unk=-1) |
void | setLoopSessionMode () |
Bool | isLoopSessionMode () |
void | setReenterCourse () |
void | startTrackDay () |
void | finishTrackDay () |
void | replaceNextGridWithSort (MRaceParameter rp, Int unk) |
void | setMatchingComplete () |
Bool | endSession () |
Bool | inSession () |
Bool | isFreeRun () |
Int | getEntryMaxAtCurrentRace () |
ControlType | getEntryControlType (Int slot_id) |
ControlType | getEntryDriverControlType (Int slot_id) |
String | getEntryName (Int slot_id) |
Gets the internal entry name for the specified slot id i.e "Entry00". Use getDriverDisplayName() for display name. More... | |
String | getEntryCountry (Int slot_id) |
Gets the internal country for the specified slot id i.e "PDI". More... | |
void | entryRaceRequest (Int unk) |
Int | checkAcceptRaceRequest (Int unk) |
Array< Int > | getSlotIDListOnGrid () |
Returns a list of slot ids currently on or will be on the grid. More... | |
Int | getGhostSlotID (Int unk) |
void | killAllGhosts () |
void | disableLoadGhost () |
Array< Array > | getEntriedCarParameters (Bool unk=false) |
Gets all the cars entried in the race. More... | |
MCarParameter | getEntriedCarParameter (Int slot_id, Bool unk=false) |
void | setChangeableCarParameterAtBeginningOfSession (Int unk) |
void | writebackCarParameter (Int unk, Bool unk2=false) |
void | writebackCarParameterOutOfSession (Int unk, Bool unk2=false) |
void | writebackDriverParameterOutOfSession (Int unk) |
MCarDriverParameter | getEntriedDriverParameter (Int slot_id, Int unk2=-1) |
String | getDriverDisplayName (Int slot_id, Int unk2=-1) |
Gets the display name for a specified slot id. More... | |
void | setChangeableDriverParameterAtBeginningOfSession (Int slot_id, Int unk2=-1) |
void | setRaceDisplayTarget (Int window_id, Int slot_id) |
Sets the display's driver target. More... | |
Int | restartNetworkRace (MRaceParameter rp, GridSortType grid_type=-1, Bool init_course=false, Bool to_race=true, Bool unk2=false, Bool failure_session_maybe=false) |
void | restartOfflineRace (MRaceParameter rp, GridSortType grid_type=-1, Bool init_course=false, Bool to_race=true, Bool unk2=false, Bool failure_session_maybe=false) |
void | possibleRestartRace (Bool unk=true) |
void | setAppointment (Bool unk=true) |
void | arriveAppointment () |
Bool | checkAppointment () |
void | setProvidePointList (Array< UShort > list=nil) |
Bool | isRestartSequence () |
Bool | isDestroySequence () |
Bool | checkNewSessionAtRestart () |
Bool | isSynchronizedSession () |
Bool | canDropRace (Int unk=-1) |
void | completeGenerateCourse () |
Bool | isGenerateCoursePhase () |
Bool | reloadCourse (MRaceParameter rp, Bool to_race, Bool generated_course_unused_maybe=false, ByteData course_param=false, Bool unk2=false, Int unk3=0, Bool unk4=false, ByteData unk5=nil) |
Bool | reloadCourse (String unk, Bool to_race, Bool generated_course_unused_maybe=false, ByteData course_param=false, Bool unk2=false, Int unk3=0, Bool unk4=false, ByteData unk5=nil) |
Bool | chaseReloadCourse () |
MCourseGenerateData | setGenerateData (ByteData course_data) |
void | issuePitMessage (PitMessageType type, Int slot_id) |
Bool | getLoadStatusOtherClient (Int unk=-1) |
void | setNoRunSlotGridIsRandom (Bool unk) |
Int | getElapsedRaceTime () |
Gets the elapsed race time in milliseconds. More... | |
Bool | checkFinishRaceSignal () |
Bool | checkCompleteSlotSignal () |
void | disableDiffTime () |
Disables displaying diff time on new sectors. More... | |
void | setGridPointForEvent (Array< Int > grid_points=nil) |
Array | addCourseGadget (String gadget_name, Array< Float > xyz, Array< Float > orientation_posture) |
void | removeCourseGadget (Int id) |
void | clearCourseGadget () |
void | layoutCourseGadget () |
Int | getGadgetIDFromName (String name) |
Gets a gadget id from name from the course data's gadget structure. More... | |
Int | getHitGadgetInSession () |
void | registGameParameterGadget (Int unk, Array< Float > unk2, Array< Float > unk3) |
void | clearGameParameterGadget () |
Int | getGoalTime (Int slot_id) |
Gets the goal time for a slot id/car. More... | |
Int | getFastestLapTime (Int slot_id) |
Gets the fastest lap time in the race for a slot id/car. Race must have ended. More... | |
Int | getDisplayBestLapTime (Int slot_id=-1) |
Gets the display best lap in the race. More... | |
Int | getCurrentRaceLaps () |
Gets the current race laps (from the 1st's perspective) More... | |
void | setEventCallback (MRenderContext context, MWidget widget) |
Binds all race events to a widget (normally window aka RaceRoot). More... | |
void | setEventCallbackBackupWidget (MWidget widget) |
void | clearEventCallback () |
MLiveTimingRecord | getLiveTimingRecord () |
Gets live timing record object. More... | |
Array< Int > | getCarOrderList (Bool unk=false) |
Array< Int > | getFixedCarOrderList () |
Array< Array > | getCurrentOrderList () |
Int | getEnsuredCarOrder () |
Int | getFixedCarOrder (Int slot_id) |
MRaceParameter | getCurrentRaceParameter () |
void | setCurrentRaceParameter (MRaceParameter rp) |
MRaceParameter | getBackRaceParameter () |
Gets the original race parameter. When restarting the race, this parameter will be used. More... | |
void | setBackRaceParameter (MRaceParameter rp) |
Sets the original race parameter. This will also update the current one. More... | |
Int | getSectorCount () |
Gets the amount of sectors in the race. More... | |
void | setEnableTimer (Bool enable) |
Whether to enable the timer. This will not stop rendering it if false; It will disable updating it. More... | |
void | setOnlineEventParameter (MRaceParameter rp) |
MBlob | getGeometryBufferForLoad () |
Stubbed in release. More... | |
MBlob | getReplayHeaderFromPath (String replay_file_name) |
Gets the replay header from a specified file. More... | |
MBlob | getReplayHeaderFromWorkPath () |
MBlob | getReplayHeaderFromGhostPath () |
MBlob | getReplayHeaderFromLoadGhostPath (String path) |
Bool | checkReplayBuffer (MBlob buffer) |
void | dumpReplayHeaderInfo (MBlob header) |
Stubbed in release. More... | |
void | prepareReplayPath (String path) |
MBlob | getPreparedReplayBuffer () |
Bool | isFinishedFirstLoad () |
Bool | canStartReplayWithCurrentRace () |
Bool | startReplayWithCurrentRace () |
Int | saveReplayToFile (String file) |
Int | loadReplayFromFile (String file) |
Bool | patchReplayData (ByteData data, Int unk, MCarParameter cp, Int unk2, MCarDriverParameter dp) |
void | clearAllGhostRecord () |
String | getRecordedMarkPath () |
Bool | loadMarkReplay (String path, String online_id=nil, UInt mark_id, Bool unk, Bool unk2=false) |
Bool | isLoadingAnyMarkReplay () |
void | unloadMarkReplay () |
void | setReplayRecordableSize (UInt size) |
void | decideReplayTrackNum () |
void | topReplayChapter () |
void | backReplayChapter () |
void | nextReplayChapter () |
void | checkGhostFileBeforeRace () |
Bool | canSeekNextChapter () |
Bool | canSeekPrevChapter () |
Int | getPrevChapterNum () |
Bool | canSkipChapter () |
void | setDisableChapterMode () |
Bool | nowPlayingReplay () |
Gets whether the replay is being played. More... | |
UInt | getReplayNextFrame () |
AutomobileControllerType | getControllerType (Int slot_id) |
Returns the controller type for a slot id/car. More... | |
void | setBufferDecryptManager (MBufferDecryptManager manager) |
Sets the singleton for decrypting car files. More... | |
void | setSoundContext (MSoundContext context) |
Sets the sound context. More... | |
void | setRaceSound (MRaceSound race_sound) |
Sets the race's race sound. More... | |
MRaceSound | getRaceSound () |
Gets the race's race sound. More... | |
void | enableIconCapture (Bool enabled) |
Stubbed. More... | |
Bool | isEnabledIconCapture () |
Stubbed. Always returns false. More... | |
void | captureIcon () |
Stubbed. More... | |
void | beginGpsReplay () |
void | endGpsReplay () |
Bool | isOnline () |
Returns whether the organizer is operating on an online race. More... | |
Bool | checkEnableNetwork () |
MPDINetworkUserId | getHostId () |
void | setSceneQualityInRaceNoInterior (Bool unk) |
void | setSceneQualityInRaceNoCrowd (Bool unk) |
void | setSceneQualityInRaceSimpleSmoke (Bool unk) |
Int | getDriverDebugFlag (Int unk) |
Stubbed. Returns -1. More... | |
void | setDriverDebugFlag (Int unk, Int flag) |
Stubbed. More... | |
void | getCrowdDebugFlag () |
Stubbed. Returns 0. More... | |
void | setCrowdDebugFlag (Int flag) |
Stubbed. More... | |
Bool | getDrivingLineDispFlag (Int window_id) |
Gets whether the driving line for a window is enabled. More... | |
void | setDrivingLineDispFlag (Int window_id, Bool enabled) |
Sets whether to display the driving line for a window. More... | |
Bool | getDebugDrawPitinLine () |
Gets whether to display the pit-in autodrive line instead of the regular line. More... | |
void | setDebugDrawPitinLine (Bool enabled) |
Sets whether to display the pit-in autodrive line instead of the regular line. More... | |
void | setInCarFovyType (Int window_id, Int fovy_type) |
void | setCautionCruise (Int unk, Bool unk2, Bool unk3=false) |
void | clearCautionCruise (Int unk) |
void | setGenerateSuggestLine (Bool enable) |
Bool | getGenerateSuggestLine () |
void | setAutoAttackLineCourseDivDis (Float unk) |
void | setAutoAttackLineSideOffset (Float offset) |
void | getMovieEnable () |
Stubbed in release. More... | |
void | setMovieEnable () |
Stubbed in release. More... | |
Int | getMovieOutput () |
Stubbed in release. More... | |
void | setMovieOutput () |
Stubbed in release. More... | |
Int | getStartFrame () |
Stubbed in release. More... | |
void | setStartFrame () |
Stubbed in release. More... | |
Int | getEndFrame () |
Stubbed in release. More... | |
void | setEndFrame () |
Stubbed in release. More... | |
Int | getSubFrames () |
Stubbed in release. More... | |
void | setSubFrames () |
Stubbed in release. More... | |
Int | setRateFor60fps () |
Stubbed in release. More... | |
void | getRateFor60fps () |
Stubbed in release. More... | |
void | setFrameDataOutput () |
Stubbed in release. More... | |
void | getFrameDataOutput () |
Stubbed in release. More... | |
void | setFramePilotDataOutput () |
Stubbed in release. More... | |
void | getFramePilotDataOutput () |
Stubbed in release. More... | |
void | setFrameDataWithParts () |
Stubbed in release. More... | |
Array | getGameResolution () |
Gets the game's current resolution parameters. More... | |
void | setGameResolution (Int width, Int height, Bool is_4x3=false, Bool unk=false) |
Bool | isSelectableGameResolution (Int width, Int height, Bool is_4x3=false) |
Bool | getUseParallaxView () |
void | setUseParallaxView (Bool enable) |
Int | getParallaxChangeMode () |
void | setParallaxChangeMode (Int mode) |
Bool | getEnableStereoRendering () |
void | setEnableStereoRendering (Bool enable) |
void | applyGameResolution () |
Use setGameResolution() before. More... | |
Bool | applySimulView () |
Stubbed in release. More... | |
void | getBlur () |
Stubbed in release. More... | |
void | setBlur () |
Stubbed in release. More... | |
void | getMovieStatePrint () |
Stubbed in release. More... | |
void | setMovieStatePrint () |
Stubbed in release. More... | |
String | getMoviePath () |
Stubbed in release. More... | |
void | setMoviePath (String path) |
Stubbed in release. More... | |
void | setMovieFormat () |
Stubbed in release. More... | |
void | getMovieFormat () |
Stubbed in release. More... | |
void | setMovieAudioOutput () |
Stubbed in release. More... | |
void | getMovieAudioOutput () |
Stubbed in release. More... | |
void | setMovieDepthOutput () |
Stubbed in release. More... | |
void | getMovieDepthOutput () |
Stubbed in release. More... | |
void | setMovieShutterRate () |
Stubbed in release. More... | |
void | getMovieShutterRate () |
Stubbed in release. More... | |
void | setMovieHiQualityMode () |
Stubbed in release. More... | |
void | getMovieHiQualityMode () |
Stubbed in release. More... | |
void | setSaveSequence (Bool enabled) |
void | pauseInSaveSequence (Bool enabled) |
void | requestPause () |
void | komaOkuri () |
void | stopReplayUpdate (Bool stop) |
void | setUpdatePauseAsyncIndex (Int index) |
Bool | isExecuteUpdate () |
Returns whether the organizer is executing updates. More... | |
Bool | isGettingPilotInVehicle () |
void | getPilotInVehicle (Int slot_id, Bool in_vehicle=true) |
Sets whether there is a pilot driving the vehicle. If false, car will be put to a halt. More... | |
void | setMonitorLayout (Int unk, Int unk2=1) |
void | startMonitorClient () |
void | endMonitorClient () |
Int | getMonitorClientErrorCode () |
void | onGameOptionApply () |
void | execCommand (String cmd, Bool unk=true) |
void | execAtUpdateThread () |
void | waitTickEntry () |
Int | isUnderPhotoRendering () |
Int | isUnderPhotoEncoding () |
Int | isUnderPhotoExitWait () |
Float | getPhotoProgress () |
void | exitPhotoPreview () |
Float | getCourseLength () |
Gets the course's length in meters. More... | |
Bool | isLoopCourse () |
Returns whether the course is a loop/circuit, not point to point. More... | |
Int | getCornerNum () |
Gets the number of corners. Note: seems to always return -1. More... | |
Float | getmaxStraightLength () |
Gets the max straight's length. More... | |
Float | getVerticalInterval () |
Float | getStartV () |
Gets the start line's vcoord. More... | |
Float | getGoalV () |
Gets the goal's vcoord. More... | |
void | getCarsAndCourseVramSize () |
void | setCarsAndCourseVramSize () |
Float | getCarLODSize (Array< Int > slot_ids) |
Array< Float > | getLatestSceneModelView (Int unk) |
Gets the current scene model view as a matrix for the specified window. More... | |
Int | getAIPitDecisiton10VitalityAtRace () |
void | setAIPitDecisiton10VitalityAtRace (Int value) |
Int | getAIPitDecisiton10TireAtRace () |
void | setAIPitDecisiton10TireAtRace (Int value) |
UInt | requestRaceStage (String stage) |
void | isReadyRaceStage (UInt unk) |
UInt | getRaceStagePhase (UInt unk) |
void | startRaceStage (UInt unk, Int unk2, Float unk3=-1.0, Float unk4=0.0, Float unk5=0.0, Float unk6=0.0, Bool unk7=true, Bool unk8=true, Int unk9=0) |
Array< Map > | resetRaceStage (UInt stage_data_code, Int slot_id, Int coord, Float x=0, Float y=0, Float z=0, Float rotYdeg=0.0, Float vcoord=0.0, Bool ostracize=false, Int oclock=0, Bool move_vehicle=false) |
void | endRaceStage (UInt unk, Int unk2=nil) |
void | clearRaceStage (UInt unk) |
StagePhaseType | getRacePhase () |
Gets the current race phase. More... | |
StagePhaseType | getNetworkRacePhase () |
Gets the current network race phase. More... | |
void | ostracizeAllCars (Bool switch) |
Removes or adds all the cars from the race. More... | |
Bool | isDebugStopFlag () |
Float | getCourseStreamProgress () |
Gets the loading/streaming progress of the course (0.0 to 1.0). More... | |
void | beginReducedMem () |
void | endReducedMem () |
Array< Float > | getVehiclePosition (Int slot_id) |
Gets the exact vehicle position for a slot id/car as vector 3 [X, Y, Z]. More... | |
void | setRaceSubMode (Bool unk) |
Array< RaceSubModeTypes > | getRaceSubModeList () |
void | resetVehicle (Int slot_id, Int vcoord) |
Resets a vehicle. More... | |
void | resetVehicleStatus (Int slot_id) |
Resets a vehicle's status. More... | |
MRaceStatus | getRace () |
Gets the race's status. More... | |
MRaceCameraStatus | getCameraControl () |
Gets the camera control status. More... | |
MRaceCameraSetStatus | getCameraStatus (Int index) |
Gets the camera set status. More... | |
MRaceEntryStatus | getTargetRaceEntry (Int slot_id=0) |
Gets the race's target race entry status. NOTE: slot id must not be out of bound, or crashes. More... | |
void | setEffectFader (Float unk) |
void | startBenchTest (Map settings) |
Bool | isBenchTestRunning () |
Map | analyseBenchTest () |
void | bindInputBenchTest (MChartFace face) |
void | bindOutputBenchTest (Int unk, MChartFace output_face, MChartFace spectrum_face, MChartFace phase_face) |
void | bindBenchTestDummy () |
void | beginBenchTestFloor (UInt stage_request_id, String unk_name) |
void | endBenchTestFloor (UInt stage_request_id, String unk_name) |
void | setLineGhost (Bool is_set) |
void | sendDebugMessage (String message) |
Stubbed in release. More... | |
void | sendDebugMessage (Int unk, String message) |
Stubbed in release. More... | |
void | selectOptionalFunctions (Bool flags) |
Bool | getDerivedMapData () |
Public Member Functions inherited from System::Object | |
Object () | |
constructor taking no param More... | |
Bool | isInstanceOf (Class classType) |
Returns whether an object is of a specific class/type. More... | |
Object | getDeepCopy () |
Gets a deep copy of this object. More... | |
void | setDeepCopy (Object obj) |
Unk. More... | |
String | dump () |
Dumps all info about an object. More... | |
Object | getObjectAttribute (string path) |
void | setObjectAttribute (string path, Object value) |
Bool | hasPrimitiveInterface () |
Returns whether this object has a primitive interface. More... | |
Bool | toBool () |
Casts this object to Bool. More... | |
Byte | toByte () |
Casts this object to Byte. More... | |
Short | toShort () |
Casts this object to Short. More... | |
Int | toInt () |
Casts this object to Int. More... | |
Long | toLong () |
Casts this object to Long. More... | |
UByte | toUByte () |
Casts this object to UByte. More... | |
UShort | toUShort () |
Casts this object to UShort. More... | |
UInt | toUInt () |
Casts this object to UInt. More... | |
ULong | toULong () |
Casts this object to ULong. More... | |
Float | toFloat () |
Casts this object to Float. More... | |
Double | toDouble () |
Casts this object to Double. More... | |
String | toString () |
Casts this object to String. More... | |
Symbol | toSymbol () |
Casts this object to Symbol. More... | |
Bool | hasArrayInterface () |
Returns whether this object has an Array interface. More... | |
Int | getArrayCount () |
Gets the Array item count for this object. More... | |
void | setArrayCount () |
Sets the Array item count for this object. More... | |
Object | getArrayElement (Object arg0) |
Gets an Array item for this object. More... | |
void | setArrayElement (Object arg0, Object arg1) |
Sets the Array item for this object. More... | |
Bool | hasMapInterface () |
Returns whether this object has a Map interface. More... | |
int | getMapCount () |
Returns the count of items in the map. More... | |
void | setMapElement (Object arg0, Object arg1) |
Returns whether the Map has a specific object key. Bool hasMapElement(Object arg0);. More... | |
Object | getMapElement (Object arg0) |
Gets a Map element by key. More... | |
void | hasGeneratorInterface () |
Returns whether this object has a generator interface. More... | |
Iterator | generator () |
Returns generator (?) More... | |
void | hasIteratorInterface () |
Returns whether this object has an iterator. More... | |
Iterator | iterator () |
Gets the iterator for this object. More... | |
void | hasVariableInterface () |
Returns whether this object is a variable. More... | |
void | hasFunctionInterface () |
Returns whether this object has a function interface. More... | |
Object | call () |
Calls this object as a function. More... | |
Bool | hasByteDataInterface () |
Returns whether this object has a byte data interface. More... | |
Int | getByteDataCount () |
Returns the ByteData size for this object. More... | |
void | setByteDataCount (Int count) |
Sets the ByteData size for this object. More... | |
Int | getByteDataCapacity () |
Returns the ByteData capacity for this object. More... | |
void | setByteDataCapacity (Int capacity) |
Sets the ByteData capacity for this object. More... | |
ByteData | getByteData () |
Gets the underlaying ByteData. More... | |
void | setByteData (ByteData bytedata) |
Sets the underlaying ByteData. More... | |
void | hasObjectSelectorInterface () |
Returns whether this object has an object selector interface. More... | |
void | self () |
Gets the get for this object if it has a get interface. More... | |
void | getArchiveTree () |
void | setArchiveTree () |
ByteData | serialize () |
Serializes this object. More... | |
void | deserialize (ByteData serializedData) |
Deserializes this object. More... | |
void | defined (Object obj) |
Returns whether a certain object is defined within this object. More... | |
Array | find_all (FunctionObject func) |
Finds all the elements in this object that matches the predicates. More... | |
void | each_all (FunctionObject func) |
Applies callback to all elements in this object. More... | |
Array | map_all (FunctionObject< Object > func) |
Maps all the elements in this object. More... | |
Bool | operator!= () |
Returns whether this object is not equal to another. More... | |
Bool | operator== () |
Returns whether this object is equal to another. More... | |
Event/Race Organizer.
Definition at line 7 of file MOrganizer.cpp.
|
inline |
constructor taking no param
Definition at line 11 of file MOrganizer.cpp.
Array gtengine::MOrganizer::addCourseGadget | ( | String | gadget_name, |
Array< Float > | xyz, | ||
Array< Float > | orientation_posture | ||
) |
Map gtengine::MOrganizer::analyseBenchTest | ( | ) |
void gtengine::MOrganizer::applyGameResolution | ( | ) |
Use setGameResolution() before.
Bool gtengine::MOrganizer::applySimulView | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::arriveAppointment | ( | ) |
void gtengine::MOrganizer::backReplayChapter | ( | ) |
void gtengine::MOrganizer::beginGpsReplay | ( | ) |
void gtengine::MOrganizer::beginReducedMem | ( | ) |
void gtengine::MOrganizer::bindBenchTestDummy | ( | ) |
void gtengine::MOrganizer::bindInputBenchTest | ( | MChartFace | face | ) |
void gtengine::MOrganizer::bindOutputBenchTest | ( | Int | unk, |
MChartFace | output_face, | ||
MChartFace | spectrum_face, | ||
MChartFace | phase_face | ||
) |
void gtengine::MOrganizer::callDriversViewChange | ( | ) |
Changes the current camera mount view (in replay mode).
void gtengine::MOrganizer::canEnterCourse | ( | Bool | unk = false | ) |
Bool gtengine::MOrganizer::canEntryRacer | ( | ) |
Returns whether new entries can enter the race.
Bool gtengine::MOrganizer::canSeekNextChapter | ( | ) |
Bool gtengine::MOrganizer::canSeekPrevChapter | ( | ) |
Bool gtengine::MOrganizer::canSkipChapter | ( | ) |
Bool gtengine::MOrganizer::canStartReplayWithCurrentRace | ( | ) |
void gtengine::MOrganizer::captureIcon | ( | ) |
Stubbed.
Unknown. Used in GT5 School.
void gtengine::MOrganizer::changeSpectatorCamera | ( | CameraType | type, |
Int | mount, | ||
Int | window_id_maybe = 0 |
||
) |
Sets the current spectator camera with the specified mount.
type | Camera type. |
mount | Camera mounting type. |
window_id_maybe | Not sure. More than 1 crashes. |
Bool gtengine::MOrganizer::chaseReloadCourse | ( | ) |
Bool gtengine::MOrganizer::checkAppointment | ( | ) |
Bool gtengine::MOrganizer::checkBadTiming | ( | ) |
Bool gtengine::MOrganizer::checkCompleteSlotSignal | ( | ) |
Bool gtengine::MOrganizer::checkEnableNetwork | ( | ) |
Bool gtengine::MOrganizer::checkFinishRaceSignal | ( | ) |
void gtengine::MOrganizer::checkGhostFileBeforeRace | ( | ) |
Bool gtengine::MOrganizer::checkLoadingPreSession | ( | ) |
Returns whether a specific mount is valid for the specified slot id/car.
Bool gtengine::MOrganizer::checkNewSessionAtRestart | ( | ) |
Bool gtengine::MOrganizer::checkReadySession | ( | ) |
Returns whether a slot id/car is currently pitting.
void gtengine::MOrganizer::clearAllGhostRecord | ( | ) |
void gtengine::MOrganizer::clearAllPoint | ( | ) |
void gtengine::MOrganizer::clearCarCameraMotion | ( | ) |
void gtengine::MOrganizer::clearCautionCruise | ( | Int | unk | ) |
void gtengine::MOrganizer::clearCourseGadget | ( | ) |
void gtengine::MOrganizer::clearEventCallback | ( | ) |
void gtengine::MOrganizer::clearGameParameterGadget | ( | ) |
void gtengine::MOrganizer::clearRaceStage | ( | UInt | unk | ) |
void gtengine::MOrganizer::clearResumedBuild | ( | ) |
void gtengine::MOrganizer::clearWorldCameraMotion | ( | ) |
void gtengine::MOrganizer::closeEntryRacer | ( | ) |
Disallows entries to enter the race.
void gtengine::MOrganizer::commandCameraButton | ( | Int | unk | ) |
Programatically presses the camera view change button. Param is unknown.
void gtengine::MOrganizer::completeGenerateCourse | ( | ) |
void gtengine::MOrganizer::confirmPitStrategySlot | ( | Int | unk | ) |
void gtengine::MOrganizer::connectRenderingRace | ( | ) |
void gtengine::MOrganizer::copyDriverParameter | ( | Int | slot_id, |
Int | pilot_id, | ||
MCarDriverParameter | dp, | ||
Bool | unk4 = false |
||
) |
Copies a driver parameter to the specified slot_id's pilot/driver id.
void gtengine::MOrganizer::decideReplayTrackNum | ( | ) |
void gtengine::MOrganizer::disableDiffTime | ( | ) |
Disables displaying diff time on new sectors.
void gtengine::MOrganizer::disableLoadGhost | ( | ) |
void gtengine::MOrganizer::disableRenderingRace | ( | ) |
Disables rendering the race. (Black screen)
void gtengine::MOrganizer::disableSoundingRace | ( | ) |
Disables race sounds.
void gtengine::MOrganizer::disconnectRenderingRace | ( | ) |
void gtengine::MOrganizer::dumpReplayHeaderInfo | ( | MBlob | header | ) |
Stubbed in release.
void gtengine::MOrganizer::enableIconCapture | ( | Bool | enabled | ) |
Stubbed.
void gtengine::MOrganizer::enableRenderingRace | ( | ) |
Enables rendering the race.
void gtengine::MOrganizer::enableSingleOnlineRace | ( | ) |
void gtengine::MOrganizer::enableSoundingRace | ( | ) |
Enables race sounds.
void gtengine::MOrganizer::enableSuspendRace | ( | Int | slot_id | ) |
Enables suspending the race for the provided slot id/car.
void gtengine::MOrganizer::enableUpdateManagement | ( | Bool | unk | ) |
void gtengine::MOrganizer::endGpsReplay | ( | ) |
void gtengine::MOrganizer::endMonitorClient | ( | ) |
void gtengine::MOrganizer::endReducedMem | ( | ) |
Bool gtengine::MOrganizer::endSession | ( | ) |
Bool gtengine::MOrganizer::enterCourse | ( | ) |
void gtengine::MOrganizer::entryProcessLock | ( | Int | unk | ) |
void gtengine::MOrganizer::entryProcessUnlock | ( | Int | unk | ) |
Bool gtengine::MOrganizer::entryRace | ( | Int | slot_id, |
MCarParameter | cp = nil |
||
) |
Sets a car to enter the race. Returns whether successful.
Bool gtengine::MOrganizer::entryRaceAsync | ( | Int | slot_id, |
MCarParameter | cp = nil |
||
) |
Sets a car to enter the race (async). Returns whether successful.
void gtengine::MOrganizer::entryRaceRequest | ( | Int | unk | ) |
void gtengine::MOrganizer::execAtUpdateThread | ( | ) |
void gtengine::MOrganizer::exitCourse | ( | ) |
Exits the course.
void gtengine::MOrganizer::exitPhotoPreview | ( | ) |
void gtengine::MOrganizer::finalize | ( | ) |
Finalizes the organizer.
void gtengine::MOrganizer::finishTrackDay | ( | ) |
Forces finishes a race for a slot id/car.
Gets the account/driver parameter id for a slot id.
Int gtengine::MOrganizer::getAIPitDecisiton10TireAtRace | ( | ) |
Int gtengine::MOrganizer::getAIPitDecisiton10VitalityAtRace | ( | ) |
Float gtengine::MOrganizer::getAllCarGasConsumption | ( | ) |
Gets the gas consumption of all the cars in the race.
Int gtengine::MOrganizer::getApplicationEndSessionSecond | ( | ) |
MRaceParameter gtengine::MOrganizer::getBackRaceParameter | ( | ) |
Gets the original race parameter. When restarting the race, this parameter will be used.
void gtengine::MOrganizer::getBlur | ( | ) |
Stubbed in release.
UShort gtengine::MOrganizer::getBoobyPoint | ( | ) |
MRaceCameraStatus gtengine::MOrganizer::getCameraControl | ( | ) |
Gets the camera control status.
Gets the current camera mount number for a window id.
Map gtengine::MOrganizer::getCameraParameters | ( | ) |
Gets photo mode camera parameters.
MRaceCameraSetStatus gtengine::MOrganizer::getCameraStatus | ( | Int | index | ) |
Gets the camera set status.
Gets the camera subject position as vector XYZ.
Gets the camera subject quaternion.
Gets the target slot id/car of the camera for the specified window id.
CameraType gtengine::MOrganizer::getCameraType | ( | Int | window_id = 0 | ) |
Gets the current camera type for a window id.
void gtengine::MOrganizer::getCarsAndCourseVramSize | ( | ) |
Stubbed in release.
MCarStatus gtengine::MOrganizer::getCarStatus | ( | Int | slot_id | ) |
Gets the car status for a slot id/car.
AutomobileControllerType gtengine::MOrganizer::getControllerType | ( | Int | slot_id | ) |
Returns the controller type for a slot id/car.
Int gtengine::MOrganizer::getCornerNum | ( | ) |
Gets the number of corners. Note: seems to always return -1.
Float gtengine::MOrganizer::getCourseLength | ( | ) |
Gets the course's length in meters.
Float gtengine::MOrganizer::getCourseStreamProgress | ( | ) |
Gets the loading/streaming progress of the course (0.0 to 1.0).
void gtengine::MOrganizer::getCrowdDebugFlag | ( | ) |
Stubbed. Returns 0.
CameraType gtengine::MOrganizer::getCurrentCameraType | ( | Int | window_id | ) |
Gets the current camera type for a window id.
UInt gtengine::MOrganizer::getCurrentCourseCode | ( | ) |
Gets the current DB course code.
STStructure gtengine::MOrganizer::getCurrentPitStrategy | ( | Int | slot_id, |
Bool | unk2 = false |
||
) |
Int gtengine::MOrganizer::getCurrentRaceLaps | ( | ) |
Gets the current race laps (from the 1st's perspective)
MRaceParameter gtengine::MOrganizer::getCurrentRaceParameter | ( | ) |
Gets the current race parameter.
Bool gtengine::MOrganizer::getDebugDrawPitinLine | ( | ) |
Gets whether to display the pit-in autodrive line instead of the regular line.
Bool gtengine::MOrganizer::getDerivedMapData | ( | ) |
Gets the display best lap in the race.
Gets the display remaining time for the race.
Gets the display name for a specified slot id.
Gets whether the driving line for a window is enabled.
Int gtengine::MOrganizer::getElapsedRaceTime | ( | ) |
Gets the elapsed race time in milliseconds.
Bool gtengine::MOrganizer::getEnableStereoRendering | ( | ) |
Int gtengine::MOrganizer::getEndFrame | ( | ) |
Stubbed in release.
Int gtengine::MOrganizer::getEnsuredCarOrder | ( | ) |
MCarParameter gtengine::MOrganizer::getEntriedCarParameter | ( | Int | slot_id, |
Bool | unk = false |
||
) |
Gets all the cars entried in the race.
MCarDriverParameter gtengine::MOrganizer::getEntriedDriverParameter | ( | Int | slot_id, |
Int | unk2 = -1 |
||
) |
ControlType gtengine::MOrganizer::getEntryControlType | ( | Int | slot_id | ) |
Gets the internal country for the specified slot id i.e "PDI".
ControlType gtengine::MOrganizer::getEntryDriverControlType | ( | Int | slot_id | ) |
Int gtengine::MOrganizer::getEntryMaxAtCurrentRace | ( | ) |
Gets the internal entry name for the specified slot id i.e "Entry00". Use getDriverDisplayName() for display name.
EntryLevel gtengine::MOrganizer::getEntryState | ( | Int | slot_id | ) |
Returns the entry state of a slot id/car.
Gets the fastest lap time in the race for a slot id/car. Race must have ended.
Int gtengine::MOrganizer::getForceFinishResult | ( | ) |
void gtengine::MOrganizer::getFrameDataOutput | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::getFramePilotDataOutput | ( | ) |
Stubbed in release.
Gets a gadget id from name from the course data's gadget structure.
Array gtengine::MOrganizer::getGameResolution | ( | ) |
Gets the game's current resolution parameters.
Bool gtengine::MOrganizer::getGenerateSuggestLine | ( | ) |
MBlob gtengine::MOrganizer::getGeometryBufferForLoad | ( | ) |
Stubbed in release.
Float gtengine::MOrganizer::getGoalV | ( | ) |
Gets the goal's vcoord.
Returns energy type flags for a slot id/car.
Int gtengine::MOrganizer::getHitGadgetInSession | ( | ) |
MPDINetworkUserId gtengine::MOrganizer::getHostId | ( | ) |
Gets the current scene model view as a matrix for the specified window.
MLiveTimingRecord gtengine::MOrganizer::getLiveTimingRecord | ( | ) |
Gets live timing record object.
Int gtengine::MOrganizer::getLoadedCarCount | ( | ) |
Float gtengine::MOrganizer::getmaxStraightLength | ( | ) |
Gets the max straight's length.
Int gtengine::MOrganizer::getMonitorClientErrorCode | ( | ) |
void gtengine::MOrganizer::getMovieAudioOutput | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::getMovieDepthOutput | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::getMovieEnable | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::getMovieFormat | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::getMovieHiQualityMode | ( | ) |
Stubbed in release.
Int gtengine::MOrganizer::getMovieOutput | ( | ) |
Stubbed in release.
String gtengine::MOrganizer::getMoviePath | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::getMovieShutterRate | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::getMovieStatePrint | ( | ) |
Stubbed in release.
Int gtengine::MOrganizer::getNbProbablyHaveResourceVehicles | ( | ) |
Number of vehicles that probably have a resource.
ULong gtengine::MOrganizer::getNetworkCourseCode | ( | ) |
StagePhaseType gtengine::MOrganizer::getNetworkRacePhase | ( | ) |
Gets the current network race phase.
Gets the number of times a slot id/car has pitted in the race.
void gtengine::MOrganizer::getOverRideMipMapLv | ( | ) |
Always returns const 0 in release mode at least.
Int gtengine::MOrganizer::getParallaxChangeMode | ( | ) |
Float gtengine::MOrganizer::getPhotoProgress | ( | ) |
Sets whether there is a pilot driving the vehicle. If false, car will be put to a halt.
MBlob gtengine::MOrganizer::getPreparedReplayBuffer | ( | ) |
Int gtengine::MOrganizer::getPrevChapterNum | ( | ) |
MRaceStatus gtengine::MOrganizer::getRace | ( | ) |
Gets the race's status.
StagePhaseType gtengine::MOrganizer::getRacePhase | ( | ) |
Gets the current race phase.
MRaceSound gtengine::MOrganizer::getRaceSound | ( | ) |
Gets the race's race sound.
ULong gtengine::MOrganizer::getRaceStartTime | ( | ) |
Array< RaceSubModeTypes > gtengine::MOrganizer::getRaceSubModeList | ( | ) |
MBlob gtengine::MOrganizer::getRaceSuspendData | ( | ) |
Gets race suspended data as a blob.
void gtengine::MOrganizer::getRateFor60fps | ( | ) |
Stubbed in release.
String gtengine::MOrganizer::getRecordedMarkPath | ( | ) |
Int gtengine::MOrganizer::getRemainMSecToFinish | ( | ) |
Gets the time in milliseconds until the race ends.
Gets the time in milliseconds until a car/slot_id starts the race.
MBlob gtengine::MOrganizer::getReplayHeaderFromGhostPath | ( | ) |
Gets the replay header from a specified file.
MBlob gtengine::MOrganizer::getReplayHeaderFromWorkPath | ( | ) |
UInt gtengine::MOrganizer::getReplayNextFrame | ( | ) |
Gets the driver parameter index that is currently driving for the specified slot id.
RunningState gtengine::MOrganizer::getRunningState | ( | Int | slot_id | ) |
Returns the running state of a slot id/car.
Int gtengine::MOrganizer::getSectorCount | ( | ) |
Gets the amount of sectors in the race.
Gets the selected onboard camera index for the specified window id.
Array< Float > gtengine::MOrganizer::getSlotGroundPosition | ( | Int | slot_id, |
Float | unkoffset, | ||
Float | unkoffset2 | ||
) |
Returns the ground position for a slot id. May be starting position, does not consistently update.
Returns a list of slot ids currently on or will be on the grid.
Int gtengine::MOrganizer::getSlowestTimeInRace | ( | ) |
Used for GT5 Rally. Usage unknown.
CameraType gtengine::MOrganizer::getSpectatorCameraType | ( | ) |
Gets the current spectator camera type.
Gets the odometer for each driver of a slot id.
Int gtengine::MOrganizer::getStartFrame | ( | ) |
Stubbed in release.
Float gtengine::MOrganizer::getStartV | ( | ) |
Gets the start line's vcoord.
Int gtengine::MOrganizer::getSubFrames | ( | ) |
Stubbed in release.
Int gtengine::MOrganizer::getTargetCarDistributeCameraNum | ( | ) |
MRaceEntryStatus gtengine::MOrganizer::getTargetRaceEntry | ( | Int | slot_id = 0 | ) |
Gets the race's target race entry status. NOTE: slot id must not be out of bound, or crashes.
Gets the current trip meter/mileage in meters for the specified slot_id.
Bool gtengine::MOrganizer::getUseParallaxView | ( | ) |
Gets the exact vehicle position for a slot id/car as vector 3 [X, Y, Z].
Gets the trip mileage for a car in kilometers.
Float gtengine::MOrganizer::getVerticalInterval | ( | ) |
Int gtengine::MOrganizer::getWinnerSlotID | ( | ) |
Gets the slot id that won the race.
Bool gtengine::MOrganizer::hasLoadingCarDone | ( | ) |
Bool gtengine::MOrganizer::inCourse | ( | ) |
Bool gtengine::MOrganizer::inCourseAllEntries | ( | ) |
void gtengine::MOrganizer::initialize | ( | ) |
Initializes the organizer.
Initializes camera mode.
unk2 | Enables camera logo on the right side. |
Bool gtengine::MOrganizer::inSession | ( | ) |
Bool gtengine::MOrganizer::isBenchTestRunning | ( | ) |
Bool gtengine::MOrganizer::isBuildComplete | ( | ) |
Returns whether building the race is complete.
Returns whether a slot_id is "completed", it is ready and currently in the race.
Bool gtengine::MOrganizer::isCourseLoadForDataLogger | ( | ) |
Bool gtengine::MOrganizer::isDebugStopFlag | ( | ) |
Bool gtengine::MOrganizer::isDestroySequence | ( | ) |
Bool gtengine::MOrganizer::isEnabledIconCapture | ( | ) |
Stubbed. Always returns false.
Bool gtengine::MOrganizer::isEnabledSuspendRace | ( | ) |
Returns whether suspending the race is enabled (for endurance).
Bool gtengine::MOrganizer::isEnableRenderingRace | ( | ) |
Whether the race is being rendered.
Bool gtengine::MOrganizer::isEventSignalWait | ( | ) |
Whether the event signaler is waiting. See setEventSignalWait().
Bool gtengine::MOrganizer::isExecuteUpdate | ( | ) |
Returns whether the organizer is executing updates.
Bool gtengine::MOrganizer::isFinishedFirstLoad | ( | ) |
Bool gtengine::MOrganizer::isFreeRun | ( | ) |
Bool gtengine::MOrganizer::isGenerateCoursePhase | ( | ) |
Bool gtengine::MOrganizer::isGettingPilotInVehicle | ( | ) |
Bool gtengine::MOrganizer::isLicenseCameraTable | ( | ) |
Bool gtengine::MOrganizer::isLoadingAnyMarkReplay | ( | ) |
Bool gtengine::MOrganizer::isLoopCourse | ( | ) |
Returns whether the course is a loop/circuit, not point to point.
Bool gtengine::MOrganizer::isLoopSessionMode | ( | ) |
Bool gtengine::MOrganizer::isOnline | ( | ) |
Returns whether the organizer is operating on an online race.
Bool gtengine::MOrganizer::isPreviewCameraInSpectator | ( | ) |
void gtengine::MOrganizer::isReadyRaceStage | ( | UInt | unk | ) |
Bool gtengine::MOrganizer::isRenderReady | ( | ) |
Gets whether the race render is ready.
Bool gtengine::MOrganizer::isRestartSequence | ( | ) |
Bool gtengine::MOrganizer::isResumedBuild | ( | ) |
Bool gtengine::MOrganizer::isResumedRace | ( | ) |
Returns whether the race has resumed (after requestResumeRace().)
Bool gtengine::MOrganizer::isSelectableGameResolution | ( | Int | width, |
Int | height, | ||
Bool | is_4x3 = false |
||
) |
void gtengine::MOrganizer::issuePitMessage | ( | PitMessageType | type, |
Int | slot_id | ||
) |
Bool gtengine::MOrganizer::isSynchronizedSession | ( | ) |
Bool gtengine::MOrganizer::isTargetCarPitIn | ( | ) |
Gets whether the current target car is pitting.
Int gtengine::MOrganizer::isUnderPhotoEncoding | ( | ) |
Int gtengine::MOrganizer::isUnderPhotoExitWait | ( | ) |
Int gtengine::MOrganizer::isUnderPhotoRendering | ( | ) |
void gtengine::MOrganizer::isValidCameraTarget | ( | Int | unk_maybeunused = 0 | ) |
void gtengine::MOrganizer::killAllGhosts | ( | ) |
void gtengine::MOrganizer::komaOkuri | ( | ) |
void gtengine::MOrganizer::layoutCourseGadget | ( | ) |
MCarParameter gtengine::MOrganizer::leaveRace | ( | Int | slot_id, |
Bool | unk2 = false |
||
) |
Sets a car/slot_id to leave the race.
void gtengine::MOrganizer::leaveRaceRequestAll | ( | ) |
Sets all cars to leave the race. Use this carefully, may crash.
void gtengine::MOrganizer::loadingCourseSpeculation | ( | ULong | unk | ) |
Bool gtengine::MOrganizer::loadMarkReplay | ( | String | path, |
String | online_id = nil , |
||
UInt | mark_id, | ||
Bool | unk, | ||
Bool | unk2 = false |
||
) |
void gtengine::MOrganizer::needPitStrategyConfirm | ( | Bool | value | ) |
void gtengine::MOrganizer::nextReplayChapter | ( | ) |
void gtengine::MOrganizer::noDispBackMirror | ( | Bool | disabled | ) |
Whether to disable the back mirror. Only for bumper view.
void gtengine::MOrganizer::noDispVehicleFlag | ( | Bool | unk | ) |
void gtengine::MOrganizer::notrecordBestLapTime | ( | ) |
Bool gtengine::MOrganizer::nowPlayingReplay | ( | ) |
Gets whether the replay is being played.
void gtengine::MOrganizer::onGameOptionApply | ( | ) |
void gtengine::MOrganizer::openEntryRacer | ( | ) |
Allows new entries to enter the race.
void gtengine::MOrganizer::openLoadingCourseDoneEvent | ( | MRenderContext | context, |
MWidget | widget | ||
) |
void gtengine::MOrganizer::ostracizeAllCars | ( | Bool | switch | ) |
Removes or adds all the cars from the race.
void gtengine::MOrganizer::ostracizeRaceNoTarget | ( | Bool | switch | ) |
Removes or adds all the cars from the race except the current target car.
Bool gtengine::MOrganizer::patchReplayData | ( | ByteData | data, |
Int | unk, | ||
MCarParameter | cp, | ||
Int | unk2, | ||
MCarDriverParameter | dp | ||
) |
void gtengine::MOrganizer::pauseInSaveSequence | ( | Bool | enabled | ) |
void gtengine::MOrganizer::possibleRestartRace | ( | Bool | unk = true | ) |
void gtengine::MOrganizer::prepareReplayPath | ( | String | path | ) |
void gtengine::MOrganizer::registGameParameterGadget | ( | Int | unk, |
Array< Float > | unk2, | ||
Array< Float > | unk3 | ||
) |
unk2 | 2 floats |
unk3 | 4 floats |
void gtengine::MOrganizer::releasePitVehicle | ( | Int | slot_id | ) |
Bool gtengine::MOrganizer::reloadCourse | ( | MRaceParameter | rp, |
Bool | to_race, | ||
Bool | generated_course_unused_maybe = false , |
||
ByteData | course_param = false , |
||
Bool | unk2 = false , |
||
Int | unk3 = 0 , |
||
Bool | unk4 = false , |
||
ByteData | unk5 = nil |
||
) |
Bool gtengine::MOrganizer::reloadCourse | ( | String | unk, |
Bool | to_race, | ||
Bool | generated_course_unused_maybe = false , |
||
ByteData | course_param = false , |
||
Bool | unk2 = false , |
||
Int | unk3 = 0 , |
||
Bool | unk4 = false , |
||
ByteData | unk5 = nil |
||
) |
void gtengine::MOrganizer::removeCourseGadget | ( | Int | id | ) |
void gtengine::MOrganizer::replaceNextGridWithSort | ( | MRaceParameter | rp, |
Int | unk | ||
) |
rp | Can be nil |
Int gtengine::MOrganizer::replaceVehicle | ( | Int | slot_id, |
Float | angle_rad = 0.0 , |
||
Float | vcoord = -1.0 , |
||
Bool | unk4 = false |
||
) |
Resets a car in the race using VCoord and angle.
unk4 | May not be used |
Int gtengine::MOrganizer::replaceVehicleByPosition | ( | Int | slot_id, |
Float | angle_rad = 0.0 , |
||
Float | x = 0.0 , |
||
Float | y = 0.0 , |
||
Float | z = 0.0 |
||
) |
Resets a car in the race using angle and position.
void gtengine::MOrganizer::requestLoadingCourse | ( | ) |
void gtengine::MOrganizer::requestPause | ( | ) |
void gtengine::MOrganizer::requestResumeRace | ( | MBlob | suspend_data | ) |
Resumes the race with the specified suspend data.
void gtengine::MOrganizer::requestTeamLeader | ( | Int | unk | ) |
void gtengine::MOrganizer::resetForceCamera | ( | ) |
Resets camera. Will set camera to ONBOARD and set target to the first slot id/car.
Array< Map > gtengine::MOrganizer::resetRaceStage | ( | UInt | stage_data_code, |
Int | slot_id, | ||
Int | coord, | ||
Float | x = 0 , |
||
Float | y = 0 , |
||
Float | z = 0 , |
||
Float | rotYdeg = 0.0 , |
||
Float | vcoord = 0.0 , |
||
Bool | ostracize = false , |
||
Int | oclock = 0 , |
||
Bool | move_vehicle = false |
||
) |
void gtengine::MOrganizer::resetSpectatorCamera | ( | ) |
Resets the spectator camera.
void gtengine::MOrganizer::resetVehicleStatus | ( | Int | slot_id | ) |
Resets a vehicle's status.
void gtengine::MOrganizer::resetWeather | ( | Bool | keep_time_of_day, |
MRaceParameter | new_rp = nil |
||
) |
Resets the race's weather. This can be run during a race.
keep_daytime | Whether to keep the current time of day |
new_rp | New race parameter with the new weather settings |
Int gtengine::MOrganizer::restartNetworkRace | ( | MRaceParameter | rp, |
GridSortType | grid_type = -1 , |
||
Bool | init_course = false , |
||
Bool | to_race = true , |
||
Bool | unk2 = false , |
||
Bool | failure_session_maybe = false |
||
) |
rp | Race Parameter. |
grid_type | Can also be -1 |
init_course | Unknown. |
to_race | Unknown. |
unk2 | Unknown. |
failure_session_maybe | Unknown. |
void gtengine::MOrganizer::restartOfflineRace | ( | MRaceParameter | rp, |
GridSortType | grid_type = -1 , |
||
Bool | init_course = false , |
||
Bool | to_race = true , |
||
Bool | unk2 = false , |
||
Bool | failure_session_maybe = false |
||
) |
void gtengine::MOrganizer::resumeCourseInfo | ( | MBlob | unk | ) |
void gtengine::MOrganizer::rideRequestOtherSlot | ( | Int | unk, |
Int | unk2, | ||
MCarDriverParameter | unk3 | ||
) |
void gtengine::MOrganizer::selectOptionalFunctions | ( | Bool | flags | ) |
void gtengine::MOrganizer::sendDebugMessage | ( | String | message | ) |
Stubbed in release.
void gtengine::MOrganizer::setAIPitDecisiton10TireAtRace | ( | Int | value | ) |
void gtengine::MOrganizer::setAIPitDecisiton10VitalityAtRace | ( | Int | value | ) |
void gtengine::MOrganizer::setApplicationTimeLimitNoStopAtPause | ( | Bool | unk | ) |
void gtengine::MOrganizer::setAppointment | ( | Bool | unk = true | ) |
void gtengine::MOrganizer::setAutoAttackLineCourseDivDis | ( | Float | unk | ) |
void gtengine::MOrganizer::setAutoAttackLineSideOffset | ( | Float | offset | ) |
void gtengine::MOrganizer::setBackRaceParameter | ( | MRaceParameter | rp | ) |
Sets the original race parameter. This will also update the current one.
void gtengine::MOrganizer::setBlur | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setBoobyPoint | ( | UShort | unk | ) |
void gtengine::MOrganizer::setBSpecCameraTable | ( | ) |
void gtengine::MOrganizer::setBufferDecryptManager | ( | MBufferDecryptManager | manager | ) |
Sets the singleton for decrypting car files.
void gtengine::MOrganizer::setCamera | ( | CameraType | type, |
Int | window_id_maybe = 0 |
||
) |
Sets the current camera.
type | Camera type. |
window_id_maybe | Not sure. More than 1 crashes. |
void gtengine::MOrganizer::setCameraDisableUpdateFlag | ( | Bool | unk | ) |
Disables any camera tracking update.
void gtengine::MOrganizer::setCameraInputEnable | ( | Int | enable | ) |
Whether the camera is open to inputs. Intended for use with camera types that allow movement, i.e gtengine::CameraType::WALK.
Sets the camera target to the specific slot id/car for a specified window id.
void gtengine::MOrganizer::setCameraTargetV | ( | Int | vcoord | ) |
Sets the camera's target vcoord. Camera type must be gtengine::CameraType::COURSEV.
Sets the camera's target by position.
Binds a controller port to a window id.
void gtengine::MOrganizer::setCameraWithMount | ( | CameraType | type, |
Int | mount, | ||
Int | window_id_maybe = 0 |
||
) |
Sets the current camera with the specified mount.
type | Camera type. |
mount | Camera mounting type. |
window_id_maybe | Not sure. More than 1 crashes. |
void gtengine::MOrganizer::setCarCameraMotion | ( | String | ebc_file_name | ) |
void gtengine::MOrganizer::setCarCameraMotionNoiseType | ( | Int | unused | ) |
void gtengine::MOrganizer::setCarsAndCourseVramSize | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setChangeableCarParameterAtBeginningOfSession | ( | Int | unk | ) |
void gtengine::MOrganizer::setChangeableDriverParameterAtBeginningOfSession | ( | Int | slot_id, |
Int | unk2 = -1 |
||
) |
void gtengine::MOrganizer::setCollisionEnable | ( | Bool | enabled | ) |
Enables or disables collision with other cars. Does not put cars in a ghost state.
void gtengine::MOrganizer::setCrowdDebugFlag | ( | Int | flag | ) |
Stubbed.
void gtengine::MOrganizer::setCurrentRaceParameter | ( | MRaceParameter | rp | ) |
Sets the current race parameter. This works in a race.
void gtengine::MOrganizer::setDebugDrawPitinLine | ( | Bool | enabled | ) |
Sets whether to display the pit-in autodrive line instead of the regular line.
void gtengine::MOrganizer::setDisableCameraDrawFlag | ( | CameraDrawFlag | flag | ) |
Sets items to disable rendering on the camera.
void gtengine::MOrganizer::setDisableChapterMode | ( | ) |
void gtengine::MOrganizer::setDisableSelectCamera | ( | Bool | disable | ) |
Sets whether to disable changing cameras. Won't apply until race restart.
void gtengine::MOrganizer::setDisableSelectTarget | ( | Int | bool_int | ) |
Sets whether to disable selecting a target.
Sets whether to display the driving line for a window.
void gtengine::MOrganizer::setEffectFader | ( | Float | unk | ) |
void gtengine::MOrganizer::setEnableExportLiveTiming | ( | Bool | unk | ) |
Stubbed.
void gtengine::MOrganizer::setEnableFullSelectCamera | ( | Bool | unk | ) |
void gtengine::MOrganizer::setEnableStereoRendering | ( | Bool | enable | ) |
void gtengine::MOrganizer::setEnableTimer | ( | Bool | enable | ) |
Whether to enable the timer. This will not stop rendering it if false; It will disable updating it.
void gtengine::MOrganizer::setEndFrame | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setEventCallback | ( | MRenderContext | context, |
MWidget | widget | ||
) |
Binds all race events to a widget (normally window aka RaceRoot).
All the events:
void gtengine::MOrganizer::setEventCallbackBackupWidget | ( | MWidget | widget | ) |
Tells the event signaler to wait before starting. Setting to true will wait for the race to start until untoggled.
void gtengine::MOrganizer::setForceAllVisionList | ( | ) |
Stubbed.
void gtengine::MOrganizer::setForceCamera | ( | ) |
Stubbed.
void gtengine::MOrganizer::setForceInCarModel | ( | ) |
Stubbed.
void gtengine::MOrganizer::setForceReplayCameraSet | ( | ) |
Stubbed.
void gtengine::MOrganizer::setFrameDataOutput | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setFrameDataWithParts | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setFramePilotDataOutput | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setGameResolution | ( | Int | width, |
Int | height, | ||
Bool | is_4x3 = false , |
||
Bool | unk = false |
||
) |
Use applyGameResolution() before 1920x1080 can be set, but breaks the game
MCourseGenerateData gtengine::MOrganizer::setGenerateData | ( | ByteData | course_data | ) |
void gtengine::MOrganizer::setGenerateSuggestLine | ( | Bool | enable | ) |
void gtengine::MOrganizer::setInCarCameraPlay | ( | ) |
void gtengine::MOrganizer::setLicenseCameraTable | ( | Int | unk | ) |
void gtengine::MOrganizer::setLineGhost | ( | Bool | is_set | ) |
void gtengine::MOrganizer::setLoadingImageFile | ( | String | path_to_image | ) |
Sets the loading background image.
path_to_image | Normally a path to "piece/loading_bg/<label>.img" |
void gtengine::MOrganizer::setLoopSessionMode | ( | ) |
void gtengine::MOrganizer::setMatchingComplete | ( | ) |
void gtengine::MOrganizer::setMovieAudioOutput | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setMovieDepthOutput | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setMovieEnable | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setMovieFormat | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setMovieHiQualityMode | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setMovieOutput | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setMoviePath | ( | String | path | ) |
Stubbed in release.
void gtengine::MOrganizer::setMovieShutterRate | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setMovieStatePrint | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setNetworkStartSync | ( | ) |
void gtengine::MOrganizer::setNoInputLimitSecond | ( | Int | unk | ) |
void gtengine::MOrganizer::setNoRunSlotGridIsRandom | ( | Bool | unk | ) |
void gtengine::MOrganizer::setOnboardEffect | ( | Bool | unk | ) |
void gtengine::MOrganizer::setOnlineEventParameter | ( | MRaceParameter | rp | ) |
void gtengine::MOrganizer::setOverRideMipMapLv | ( | ) |
Stubbed in release mode.
void gtengine::MOrganizer::setParallaxChangeMode | ( | Int | mode | ) |
void gtengine::MOrganizer::setPitBoxRotation | ( | Int | unk | ) |
Sets the pit id for a slot id. Intended for use with gtengine::StartType::PIT.
Used in GT5 School project.
Sets the display's driver target.
void gtengine::MOrganizer::setRaceSound | ( | MRaceSound | race_sound | ) |
Sets the race's race sound.
void gtengine::MOrganizer::setRaceSubMode | ( | Bool | unk | ) |
Int gtengine::MOrganizer::setRateFor60fps | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setReenterCourse | ( | ) |
void gtengine::MOrganizer::setRejectRideRequestMode | ( | Bool | value | ) |
void gtengine::MOrganizer::setReplayRecordableSize | ( | UInt | size | ) |
Sets the driver parameter index that is currently driving for the specified slot id.
void gtengine::MOrganizer::setSaveSequence | ( | Bool | enabled | ) |
void gtengine::MOrganizer::setSceneQualityInRaceNoCrowd | ( | Bool | unk | ) |
void gtengine::MOrganizer::setSceneQualityInRaceNoInterior | ( | Bool | unk | ) |
void gtengine::MOrganizer::setSceneQualityInRaceSimpleSmoke | ( | Bool | unk | ) |
void gtengine::MOrganizer::setSequentialLoadMode | ( | Bool | unk | ) |
void gtengine::MOrganizer::setSoundContext | ( | MSoundContext | context | ) |
Sets the sound context.
context | Can be nil to deinitialize |
void gtengine::MOrganizer::setStartFrame | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setSubFrames | ( | ) |
Stubbed in release.
void gtengine::MOrganizer::setUpdatePauseAsyncIndex | ( | Int | index | ) |
void gtengine::MOrganizer::setUseAutoInCarReplay | ( | Bool | value | ) |
void gtengine::MOrganizer::setUseParallaxView | ( | Bool | enable | ) |
void gtengine::MOrganizer::setWait0EntryEvent | ( | Bool | value | ) |
void gtengine::MOrganizer::setWalkCameraMount | ( | Int | unk | ) |
Sets the walking camera mount. Intended for photo mode.
void gtengine::MOrganizer::setWallCollisionEnable | ( | Bool | enabled | ) |
Disables all wall collisions.
void gtengine::MOrganizer::setWorldCameraMotion | ( | String | ebc_file_name | ) |
void gtengine::MOrganizer::startBenchTest | ( | Map | settings | ) |
settings | Settings: "type" - (Int) "warm_sec" - (Float) "velocity_kmh" - (Float) "FreqBegin" - (Float) "FreqEnd" - (Float) "Amp" - (Float) |
void gtengine::MOrganizer::startGameObjectLoop | ( | ) |
Starts race loop. (?).
void gtengine::MOrganizer::startMonitorClient | ( | ) |
void gtengine::MOrganizer::startRaceStage | ( | UInt | unk, |
Int | unk2, | ||
Float | unk3 = -1.0 , |
||
Float | unk4 = 0.0 , |
||
Float | unk5 = 0.0 , |
||
Float | unk6 = 0.0 , |
||
Bool | unk7 = true , |
||
Bool | unk8 = true , |
||
Int | unk9 = 0 |
||
) |
Bool gtengine::MOrganizer::startReplayWithCurrentRace | ( | ) |
Bool gtengine::MOrganizer::startSession | ( | MRaceParameter | rp, |
Bool | replay_mode = false , |
||
StartSessionCameraType | camera_type = 0 , |
||
Bool | demo_mode = false |
||
) |
void gtengine::MOrganizer::startTrackDay | ( | ) |
void gtengine::MOrganizer::startVehicleInSession | ( | Int | slot_id | ) |
Int gtengine::MOrganizer::startVehiclePitWork | ( | Int | slot_id, |
STStructure | pit_strategy | ||
) |
slot_id | Slot ID. |
pit_strategy | Struct with attributes:
|
void gtengine::MOrganizer::stopGameObjectLoop | ( | ) |
Stops the race loop (?).
void gtengine::MOrganizer::stopReplayUpdate | ( | Bool | stop | ) |
void gtengine::MOrganizer::syncGameObjectLoop | ( | ) |
void gtengine::MOrganizer::toPitStop | ( | Int | unk | ) |
void gtengine::MOrganizer::topReplayChapter | ( | ) |
void gtengine::MOrganizer::unloadMarkReplay | ( | ) |
void gtengine::MOrganizer::waitTickEntry | ( | ) |
void gtengine::MOrganizer::writebackDriverParameterOutOfSession | ( | Int | unk | ) |
Bool gtengine::MOrganizer::async_update_mark |
Definition at line 795 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::auto_pitstop |
Stubbed in release.
Definition at line 1167 of file MOrganizer.cpp.
void gtengine::MOrganizer::bspec_dev_skill_gauge |
Stubbed in release.
Definition at line 1211 of file MOrganizer.cpp.
Int gtengine::MOrganizer::crowd_debug |
Stubbed. Returns 0.
Definition at line 878 of file MOrganizer.cpp.
Definition at line 1134 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::debug_draw_pitinline |
Definition at line 892 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::disableDirectStatus |
Definition at line 1273 of file MOrganizer.cpp.
void gtengine::MOrganizer::disp_meter |
Definition at line 402 of file MOrganizer.cpp.
Int gtengine::MOrganizer::driver_debug |
Stubbed. Returns -1.
Definition at line 869 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::driver_name_disp |
Definition at line 856 of file MOrganizer.cpp.
Int gtengine::MOrganizer::driving_line |
Definition at line 885 of file MOrganizer.cpp.
void gtengine::MOrganizer::dual_view_mode |
Definition at line 414 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::enable_spark |
Definition at line 1173 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::enableHMD |
Definition at line 1272 of file MOrganizer.cpp.
void gtengine::MOrganizer::entries_num |
Definition at line 409 of file MOrganizer.cpp.
Int gtengine::MOrganizer::extra_wide |
Definition at line 1115 of file MOrganizer.cpp.
Int gtengine::MOrganizer::force30fps_mode |
Whether to force 30 frames per second.
Definition at line 412 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::full_quality_replay |
Definition at line 1117 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::generate_suggestline |
Definition at line 902 of file MOrganizer.cpp.
Int gtengine::MOrganizer::gt_hifi |
Definition at line 1114 of file MOrganizer.cpp.
void gtengine::MOrganizer::is_camera_subjective |
Definition at line 401 of file MOrganizer.cpp.
void gtengine::MOrganizer::is_dive_mode |
Definition at line 403 of file MOrganizer.cpp.
void gtengine::MOrganizer::is_force_autoreplay_camera |
Definition at line 404 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::is_host |
Getter-only.
Definition at line 855 of file MOrganizer.cpp.
UInt gtengine::MOrganizer::minimum_hdd_capacity |
Definition at line 614 of file MOrganizer.cpp.
Float gtengine::MOrganizer::monitor_aspect_ratio |
Definition at line 1105 of file MOrganizer.cpp.
Int gtengine::MOrganizer::monitor_aspect_ratio_enable |
Definition at line 1104 of file MOrganizer.cpp.
Definition at line 1110 of file MOrganizer.cpp.
Float gtengine::MOrganizer::monitor_convergence |
Definition at line 1107 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::monitor_follow_host |
Definition at line 1097 of file MOrganizer.cpp.
Float gtengine::MOrganizer::monitor_frame_delay |
Definition at line 1108 of file MOrganizer.cpp.
Int gtengine::MOrganizer::monitor_frame_delay_enable |
Definition at line 1109 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::monitor_host |
Definition at line 1095 of file MOrganizer.cpp.
String gtengine::MOrganizer::monitor_host_ip |
Definition at line 1096 of file MOrganizer.cpp.
Int gtengine::MOrganizer::monitor_index |
Definition at line 1098 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::monitor_pixel_jitter_enable |
Definition at line 1111 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::monitor_race_display_enable |
Definition at line 1112 of file MOrganizer.cpp.
Int gtengine::MOrganizer::monitor_race_display_mode |
Definition at line 1113 of file MOrganizer.cpp.
Float gtengine::MOrganizer::monitor_round_angle |
Definition at line 1100 of file MOrganizer.cpp.
Int gtengine::MOrganizer::monitor_round_y |
Definition at line 1099 of file MOrganizer.cpp.
Float gtengine::MOrganizer::monitor_view_angle |
Definition at line 1102 of file MOrganizer.cpp.
Float gtengine::MOrganizer::monitor_view_angle_scale |
Definition at line 1103 of file MOrganizer.cpp.
Float gtengine::MOrganizer::monitor_view_angle_y |
Definition at line 1101 of file MOrganizer.cpp.
Float gtengine::MOrganizer::monitor_view_offset_x |
Definition at line 1106 of file MOrganizer.cpp.
Int gtengine::MOrganizer::movie_60fps_rate |
Stubbed in release.
Definition at line 956 of file MOrganizer.cpp.
void gtengine::MOrganizer::movie_audio_output |
Stubbed in release.
Definition at line 1042 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::movie_blur |
Stubbed in release.
Definition at line 1006 of file MOrganizer.cpp.
void gtengine::MOrganizer::movie_depth_output |
Stubbed in release.
Definition at line 1051 of file MOrganizer.cpp.
Int gtengine::MOrganizer::movie_enavle |
Stubbed in release. Typo is intended.
Definition at line 911 of file MOrganizer.cpp.
Int gtengine::MOrganizer::movie_end_frame |
Stubbed in release.
Definition at line 938 of file MOrganizer.cpp.
void gtengine::MOrganizer::movie_format |
Stubbed in release.
Definition at line 1033 of file MOrganizer.cpp.
Int gtengine::MOrganizer::movie_output |
Stubbed in release.
Definition at line 920 of file MOrganizer.cpp.
String gtengine::MOrganizer::movie_path |
Stubbed in release.
Definition at line 1024 of file MOrganizer.cpp.
void gtengine::MOrganizer::movie_quality_mode |
Stubbed in release.
Definition at line 1069 of file MOrganizer.cpp.
void gtengine::MOrganizer::movie_shutter_rate |
Stubbed in release.
Definition at line 1060 of file MOrganizer.cpp.
Int gtengine::MOrganizer::movie_start_frame |
Stubbed in release.
Definition at line 929 of file MOrganizer.cpp.
void gtengine::MOrganizer::movie_state_print |
Stubbed in release.
Definition at line 1015 of file MOrganizer.cpp.
Int gtengine::MOrganizer::movie_sub_frame |
Stubbed in release.
Definition at line 947 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::pace_note |
Definition at line 897 of file MOrganizer.cpp.
Int gtengine::MOrganizer::pauseAvailable |
Definition at line 1081 of file MOrganizer.cpp.
Int gtengine::MOrganizer::pauseForOnline |
Definition at line 1083 of file MOrganizer.cpp.
Int gtengine::MOrganizer::pauseHandleAvailable |
Definition at line 1080 of file MOrganizer.cpp.
Int gtengine::MOrganizer::pauseRace |
Definition at line 1082 of file MOrganizer.cpp.
String gtengine::MOrganizer::photo_org_path |
Getter-only. Hardcoded to return "/APP_DATA_RAW/photo/photo.dat".
Definition at line 817 of file MOrganizer.cpp.
String gtengine::MOrganizer::photo_thumb_path |
Getter-only. Hardcoded to return "/APP_DATA_RAW/photo/photo_t.dat".
Definition at line 820 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::play_mark_with_replay |
Definition at line 796 of file MOrganizer.cpp.
void gtengine::MOrganizer::race_display_window_num |
Definition at line 406 of file MOrganizer.cpp.
void gtengine::MOrganizer::racers_num |
Definition at line 407 of file MOrganizer.cpp.
void gtengine::MOrganizer::racers_num_without_ghost |
Definition at line 408 of file MOrganizer.cpp.
Int gtengine::MOrganizer::replay_compatible_debug |
Sets a bool singleton in the engine.
Definition at line 1243 of file MOrganizer.cpp.
Float gtengine::MOrganizer::replay_elapsed_sec |
Getter-only.
Definition at line 760 of file MOrganizer.cpp.
void gtengine::MOrganizer::replay_fulllap_ghost_path |
Getter-only.
Definition at line 786 of file MOrganizer.cpp.
Int gtengine::MOrganizer::replay_mode |
Definition at line 788 of file MOrganizer.cpp.
String gtengine::MOrganizer::replay_onelap_attach_org_path |
Getter-only.
Definition at line 781 of file MOrganizer.cpp.
String gtengine::MOrganizer::replay_onelap_attach_path |
Definition at line 783 of file MOrganizer.cpp.
String gtengine::MOrganizer::replay_onelap_load_org_path |
Getter-only.
Definition at line 776 of file MOrganizer.cpp.
String gtengine::MOrganizer::replay_onelap_load_work_path |
Definition at line 778 of file MOrganizer.cpp.
String gtengine::MOrganizer::replay_onelap_play_org_path |
Getter-only.
Definition at line 768 of file MOrganizer.cpp.
String gtengine::MOrganizer::replay_onelap_play_work_path |
Definition at line 773 of file MOrganizer.cpp.
String gtengine::MOrganizer::replay_onelap_record_org_path |
Getter-only.
Definition at line 771 of file MOrganizer.cpp.
String gtengine::MOrganizer::replay_org_path |
Getter-only.
Definition at line 763 of file MOrganizer.cpp.
Int gtengine::MOrganizer::replay_recording_quality |
Definition at line 1116 of file MOrganizer.cpp.
Float gtengine::MOrganizer::replay_total_sec |
Getter-only.
Definition at line 757 of file MOrganizer.cpp.
String gtengine::MOrganizer::replay_work_path |
Definition at line 765 of file MOrganizer.cpp.
void gtengine::MOrganizer::running_monitor |
Stubbed in release.
Definition at line 1208 of file MOrganizer.cpp.
Float gtengine::MOrganizer::sec_to_finish_all_complete |
In seconds
Definition at line 712 of file MOrganizer.cpp.
void gtengine::MOrganizer::simul_view_mode |
Definition at line 415 of file MOrganizer.cpp.
void gtengine::MOrganizer::speed_up_mode |
Stubbed in release.
Definition at line 1072 of file MOrganizer.cpp.
Float gtengine::MOrganizer::speed_up_rate |
Always 0.0.
Definition at line 1075 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::use_customized_window_settings |
Definition at line 1131 of file MOrganizer.cpp.
Bool gtengine::MOrganizer::vehicle_visible |
Freezes the car if enabled.
Definition at line 823 of file MOrganizer.cpp.
void gtengine::MOrganizer::window_max |
Definition at line 405 of file MOrganizer.cpp.