Closed AGraber closed 4 years ago
1.1 new stuff:
mp.system
isFullscreen
isFocused
notify
mp.user.preferences
lowQualityAssets
language
mp.game.waitAsync
mp.game.wait
minVad
lastVad
mp.voiceChat
isTypingInTextChat
PlayerMp
serverTickCount
mp.game.time
mp.game.vehicle
repairOnExtraToggle
addModelOverride
clearModelOverrides
removeModelOverride
streamed
EntityMpPool
vehicle.get(Default)Handling
1.1 fixes:
getClosest
mp.objects.newWeak
dummyEntityCreated
Other stuff:
vehicleDeath
mp.nametags.set
mp.nametags.update
param
number
set
getPreprocessingParam
Vector3MpLike
Misc enhancements
mp.events.add
Added PedBaseMp as a base for PedMp and PlayerMp since they share a few hundred of functions.
1.1 new stuff:
mp.system
and its members:isFullscreen
,isFocused
,notify
mp.user.preferences
and its members:lowQualityAssets
,language
mp.game.waitAsync
(async variant tomp.game.wait
)minVad
andlastVad
intomp.voiceChat
isTypingInTextChat
intoPlayerMp
typeserverTickCount
intomp.game.time
mp.game.vehicle
:repairOnExtraToggle
,addModelOverride
,clearModelOverrides
,removeModelOverride
streamed
member (all streamed entities of that pool) intoEntityMpPool
typevehicle.get(Default)Handling
functions1.1 fixes:
getClosest
overloads (limit param returns an array always, without limit it just returns the object)mp.objects.newWeak
(creates a mp.Object reference to a game object to let you use it without natives)dummyEntityCreated
eventOther stuff:
vehicleDeath
eventmp.nametags.set
typing and removedmp.nametags.update
(internal function used bymp.nametags.set
, shouldn't actually be used)param
type tonumber
forset
/getPreprocessingParam
Vector3MpLike
type for types that have xyz but are not instances of mp.Vector3Misc enhancements
mp.events.add
overloads with typing for official RAGE.MP events