Undocumented Items: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
(Remove documented pages)
Tag: Manual revert
 
(39 intermediate revisions by 20 users not shown)
Line 1: Line 1:
This page lists all MTA SA functions and events which don't have the necessary documentation for scripters to allow them to use the functions or events. Documenting these will require looking through mtasa-blue source changes to get the necessary parameters.
This page lists all MTA SA functions and events which don't have the necessary documentation for scripters to allow them to use the functions or events. Documenting these will require looking through the source code, which is available in the [https://github.com/multitheftauto/mtasa-blue MTA SA GitHub repository], to get the necessary parameters.
__NOTOC__
== Client functions that need documenting ==
(None)


'''Client functions that need documenting'''
== Server functions that need documenting ==
* [[setCameraRotation]]
(None)
* [[getSoundProperties]]
* [[setSoundProperties]]
* [[getSoundFFTData]]
* [[setSoundPanningEnabled]]
* [[isSoundPanningEnabled]]
* [[getSoundBPM]]
* [[getSoundLevelData]]
* [[getSoundWaveData]]
* [[getPedAnalogControlState]]
* [[setAnalogControlState]]
* [[guiWindowSetCloseButtonEnabled]]


'''Server functions that need documenting'''
== Client events that need documenting ==
* [[onClientGUIComboBoxAccepted]]
(None)
* [[getPerformanceStats]]


'''Client Events that need documenting'''
== Server events that need documenting ==
* [[onClientSoundBeat]]
(None)


'''Server Events that need documenting'''
== Other undocumented pages ==
 
(None)
'''Other undocumented pages'''
* [[Globals variables]] (mentioned: [[getResourceRootElement]])

Latest revision as of 04:34, 23 September 2021

This page lists all MTA SA functions and events which don't have the necessary documentation for scripters to allow them to use the functions or events. Documenting these will require looking through the source code, which is available in the MTA SA GitHub repository, to get the necessary parameters.

Client functions that need documenting

(None)

Server functions that need documenting

(None)

Client events that need documenting

(None)

Server events that need documenting

(None)

Other undocumented pages

(None)