Release Notes for 400

Notes for Release 400

11 Likes

Happy 400!

Client Difference Log

API Changes

Added Class StandalonePluginScripts : Instance

Added Property float StudioService.GridSize  [ReadOnly] [NotReplicated]
Added Property float StudioService.RotateIncrement  [ReadOnly] [NotReplicated]
Added Property bool StudioService.UseLocalSpace [<📁> Load-only] [NotReplicated]

Added Function void Terrain:ReplaceMaterial(Region3 region, float resolution, Enum<Material> sourceMaterial, Enum<Material> targetMaterial)

Added Event StudioService.PlacePublishedToRoblox() {RobloxScriptSecurity}

Changed the parameters of Event DataModelSession.CurrentGameStateTypeAboutToChange 
	from: (int gameStateType)
	  to: (Enum<StudioDataModelType> gameStateType)

Changed the parameters of Event DataModelSession.DataModelCreated 
	from: (int gameStateType)
	  to: (Enum<StudioDataModelType> gameStateType)

Changed the parameters of Event DataModelSession.DataModelWillBeDestroyed 
	from: (int gameStateType)
	  to: (Enum<StudioDataModelType> gameStateType)

Changed the security of Property Plugin.HostDataModelType 
	from: {RobloxScriptSecurity}
	  to: {PluginSecurity}

Changed the security of Function Plugin:Bind 
	from: {RobloxScriptSecurity}
	  to: {PluginSecurity}

Changed the security of Function Plugin:BindAndFire 
	from: {RobloxScriptSecurity}
	  to: {PluginSecurity}

Changed the security of Function Plugin:Fire 
	from: {RobloxScriptSecurity}
	  to: {PluginSecurity}

Changed the security of Function Plugin:GetItem 
	from: {RobloxScriptSecurity}
	  to: {PluginSecurity}

Changed the security of Function Plugin:HasItem 
	from: {RobloxScriptSecurity}
	  to: {PluginSecurity}

Changed the security of Function Plugin:RemoveItem 
	from: {RobloxScriptSecurity}
	  to: {PluginSecurity}

Changed the security of Function Plugin:SetItem 
	from: {RobloxScriptSecurity}
	  to: {PluginSecurity}

Removed Function ScriptContext:SetCoverageFilter

(Click here for a syntax highlighted version!)

4 Likes

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