Undocumented Items: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
== Client functions that need documenting ==
== Client functions that need documenting ==
* [[setSoundPanningEnabled]]
* [[setSoundPanningEnabled]]
* [[getPedAnalogControlState]]
* [[bitAnd]]
* [[bitNot]]
* [[bitOr]]
* [[bitTest]]
* [[bitXor]]
* [[bitLRotate]]
* [[bitLRotate]]
* [[bitRRotate]]
* [[bitRRotate]]
Line 14: Line 8:
* [[bitRShift]]
* [[bitRShift]]
* [[bitArShift]]
* [[bitArShift]]
* [[bitExtract]]
* [[bitReplace]]


== Server functions that need documenting ==
== Server functions that need documenting ==
* [[bitAnd]]
* [[bitNot]]
* [[bitOr]]
* [[bitTest]]
* [[bitXor]]
* [[bitLRotate]]
* [[bitLRotate]]
* [[bitRRotate]]
* [[bitRRotate]]
Line 28: Line 15:
* [[bitRShift]]
* [[bitRShift]]
* [[bitArShift]]
* [[bitArShift]]
* [[bitExtract]]
* [[bitReplace]]


== Client Events that need documenting ==
== Client Events that need documenting ==

Revision as of 16:57, 5 January 2014

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

Server functions that need documenting

Client Events that need documenting

(None)

Server Events that need documenting

(None)

Other undocumented pages

(None)