The mysterious watson function

I found an undocumented function in toplevel.as (where things like trace and Infinity are defined) watson, here is the definition:

public function watson (n:int) : Boolean;

And yet I cannot find any documentation, blog posts or stack exchange questions about this feature. If I refer to a definition in my code, it throws an error

1120: Access of undefined property watson.

Does anyone have any info on this feature?

+4
source share
1 answer

toplevel.as - Bugzilla (: http://www.kongregate.com/forums/4-game-programming/topics/233329), , Dr. Watson, - .

, , , , , . , , , , .

+1

Source: https://habr.com/ru/post/1530001/


All Articles