User:Anaminus/type tree: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
New page: ' ' COMMENT ' [ BEGIN_CLASS ' ] END_CLASS ' $ METHOD ' # PROPERTY ' @ EVENT ' ? ENUM ' ! PRELIMINARY ' ~ DEPRECATED ' * PROTECTED ' [ class ' 'methods ' $method ' !$pr...
 
>Camoy
something I found in the exe
Line 87: Line 87:
  #[[Direction]]
  #[[Direction]]
  #[[Origin]]
  #[[Origin]]
#[[Unit]]
  ]
  ]
  [ [[UDim]]
  [ [[UDim]]

Revision as of 00:48, 19 January 2011

'	'	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

#Unit

]
[ UDim
	#Offset
	#Scale
]
[ UDim2
	#X
	#Y
]
[ Vector2
	#magnitude
	#unit
	#x
	#y
]
[ Vector3
	$Cross
	$Dot
	$Lerp
	#magnitude
	#unit
	#x
	#y
	#z
]