Undocumented Items: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Formatting) |
||
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 [http://code.google.com/p/mtasa-blue/source/browse/ mtasa-blue source] changes to get the necessary parameters. | ||
__NOTOC__ | |||
== Client functions that need documenting == | |||
* [[setCameraRotation]] | * [[setCameraRotation]] | ||
* [[getSoundProperties]] | * [[getSoundProperties]] | ||
Line 15: | Line 15: | ||
* [[guiWindowSetCloseButtonEnabled]] | * [[guiWindowSetCloseButtonEnabled]] | ||
== Server functions that need documenting == | |||
* [[onClientGUIComboBoxAccepted]] | * [[onClientGUIComboBoxAccepted]] | ||
* [[getPerformanceStats]] | * [[getPerformanceStats]] | ||
== Client Events that need documenting == | |||
* [[onClientSoundBeat]] | * [[onClientSoundBeat]] | ||
== Server Events that need documenting == | |||
(None) | |||
== Other undocumented pages == | |||
* [[Global variables]] (mentioned: [[getResourceRootElement]]) | * [[Global variables]] (mentioned: [[getResourceRootElement]]) |
Revision as of 22:32, 14 August 2012
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.
Client functions that need documenting
- setCameraRotation
- getSoundProperties
- setSoundProperties
- getSoundFFTData
- setSoundPanningEnabled
- isSoundPanningEnabled
- getSoundBPM
- getSoundLevelData
- getSoundWaveData
- getPedAnalogControlState
- setAnalogControlState
- guiWindowSetCloseButtonEnabled
Server functions that need documenting
Client Events that need documenting
Server Events that need documenting
(None)
Other undocumented pages
- Global variables (mentioned: getResourceRootElement)