AHuman:Look

From Data Realms Wiki

Jump to: navigation, search
Function
SyntaxLook( * The degree angle to deviate from the current view point in the ray casting. A random ray will be chosen out of this +-range.
  • The range, in pixels, that the ray will have. )
Description:
Casts an unseen-revealing ray in the direction of where this is facing.
ReturnsWhether any unseen pixels were revealed by this look.




Example
DescriptionPlaceholder!
Code
  1. for k,v in pairs(PagesWithoutExamples) do
  2.     v.MakeExample(NoErrors);
  3. end
OutputPlaceholder!
Personal tools