User:Anaminus/type tree

From Legacy Roblox Wiki
Revision as of 20:57, 21 October 2010 by >Anaminus (New page: ' ' COMMENT ' [ BEGIN_CLASS ' ] END_CLASS ' $ METHOD ' # PROPERTY ' @ EVENT ' ? ENUM ' ! PRELIMINARY ' ~ DEPRECATED ' * PROTECTED ' [ class ' 'methods ' $method ' !$pr...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
'	'	COMMENT
'	[	BEGIN_CLASS
'	]	END_CLASS
'	$	METHOD
'	#	PROPERTY
'	@	EVENT
'	?	ENUM
'	!	PRELIMINARY
'	~	DEPRECATED
'	*	PROTECTED

'	[ class
'		'methods
'			$method
'			!$preliminary_method
'			~$deprecated_method
'			*$protected_method
'			!*$preliminary_protected_method
'			~*$deprecated_protected_method
'		'properties
'			#property
'			!#preliminary_property
'			~#deprecated_property
'			*#protected_property
'			!*#preliminary_protected_property
'			~*#deprecated_protected_property
'		'events
'			@event
'			!@preliminary_event
'			~@deprecated_event
'		'derived_types
'			[ derived_class ]
'	]
'	[ !preliminary_class ]
'	[ ~deprecated_class ]
'	[ ?enum
'		?0 enum_member
'	]


[ Axes
	#X
	#Y
	#Z
]
[ BrickColor
	#Color
	#Name
	#Number
	#b
	#g
	#r
]
[ CFrame
	$Angles
	$components
	$inverse
	$pointToObjectSpace
	$pointToWorldSpace
	$toEulerAnglesXYZ
	$toObjectSpace
	$toWorldSpace
	$vectorToObjectSpace
	$vectorToWorldSpace
	#lookVector
	#p
	#x
	#y
	#z
]
[ Color3
	#b
	#g
	#r
]
[ Faces
	#Back
	#Bottom
	#Front
	#Left
	#Right
	#Top
]
[ Ray
	$ClosestPoint
	$Distance
	#Direction
	#Origin
]
[ UDim
	#Offset
	#Scale
]
[ UDim2
	#X
	#Y
]
[ Vector2
	#magnitude
	#unit
	#x
	#y
]
[ Vector3
	$Cross
	$Dot
	$Lerp
	#magnitude
	#unit
	#x
	#y
	#z
]