Release Notes for 503

Notes for Release 503

47 Likes

Client Difference Log

API Changes

Added Class LodDataEntity : Instance [NotCreatable]
	Added Property bool LodDataEntity.EntityLodEnabled [Hidden] [NotReplicated]

Added Class LodDataService : Instance [NotCreatable] [Service] [NotReplicated]

Added Property bool Breakpoint.ContinueExecution {RobloxScriptSecurity} [Hidden] [NotReplicated]
Added Property bool ImporterGroupSettings.Anchored
Added Property bool ImporterRootSettings.Anchored
Added Property string ImporterTextureSettings.FilePath [ReadOnly]

Added Function int DebuggerConnection:Step(ThreadState thread, Function callback) {RobloxScriptSecurity}
Added Function int DebuggerConnection:StepIn(ThreadState thread, Function callback) {RobloxScriptSecurity}
Added Function int DebuggerConnection:StepOut(ThreadState thread, Function callback) {RobloxScriptSecurity}

Added Event AssetManagerService.ImportSessionFinished() {RobloxScriptSecurity}
Added Event AssetManagerService.ImportSessionStarted() {RobloxScriptSecurity}

Changed the parameters of Event AssetManagerService.AssetImportedSignal 
	from: (int assetType, int64 assetId, string assetName)
	  to: (Enum.AssetType assetType, string assetId, int64 assetName)

Removed Function AvatarEditorService:PerformSaveAvatar

(Click here for a syntax highlighted version!)

21 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.