AbsoluteSize (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
updated
>Camoy
added it in limitations
Line 4: Line 4:
name = AbsoluteSize
name = AbsoluteSize
|property = [[Vector2]] ''AbsoluteSize''
|property = [[Vector2]] ''AbsoluteSize''
|description = Size in pixels, takes 1.3 seconds to initiate on join, and .3 of a second on respawn.  Only LocalScripts see the absolute size, normal scripts AbsoluteSize is set to Vector2.new(0, 0).
|description = Size in pixels.
|object = [[RBX.lua.Frame (Object)|Frame]], [[RBX.lua.ImageButton (Object)|ImageButton]], [[RBX.lua.TextBox (Object)|TextBox]], [[RBX.lua.TextButton (Object)|TextButton]], [[RBX.lua.TextLabel (Object)|TextLabel]], [[RBX.lua.BillboardGui (Object)|BillboardGui]], [[RBX.lua.ScreenGui (Object)|ScreenGui]]
|object = [[RBX.lua.Frame (Object)|Frame]], [[RBX.lua.ImageButton (Object)|ImageButton]], [[RBX.lua.TextBox (Object)|TextBox]], [[RBX.lua.TextButton (Object)|TextButton]], [[RBX.lua.TextLabel (Object)|TextLabel]], [[RBX.lua.BillboardGui (Object)|BillboardGui]], [[RBX.lua.ScreenGui (Object)|ScreenGui]]
|}}</onlyinclude>
|}}</onlyinclude>
|}
|}
== Limitations ==
Takes 1.3 seconds to initiate on join, and .3 of a second on respawn.  Only LocalScripts see the absolute size, normal scripts AbsoluteSize is set to Vector2.new(0, 0).


[[Category:Properties]]
[[Category:Properties]]

Revision as of 14:45, 4 August 2010

AbsoluteSize
Property Vector2 AbsoluteSize
Description Size in pixels.
Member of [[RBX.lua.Frame, ImageButton, TextBox, TextButton, TextLabel, BillboardGui, ScreenGui (Object)|Frame, ImageButton, TextBox, TextButton, TextLabel, BillboardGui, ScreenGui]]

Limitations

Takes 1.3 seconds to initiate on join, and .3 of a second on respawn. Only LocalScripts see the absolute size, normal scripts AbsoluteSize is set to Vector2.new(0, 0).