Scott Steinbeck
10/07/2022, 7:30 PMbdw429s
10/07/2022, 7:35 PMbdw429s
10/07/2022, 7:35 PMbdw429s
10/07/2022, 7:35 PMbdw429s
10/07/2022, 7:35 PMseancorfield
Brian
10/07/2022, 8:09 PMScott Steinbeck
10/07/2022, 8:15 PMnew …
bdw429s
10/07/2022, 8:16 PMbdw429s
10/07/2022, 8:16 PMnew com.foo.Bar();
bdw429s
10/07/2022, 8:17 PMScott Steinbeck
10/07/2022, 8:20 PMbdw429s
10/07/2022, 8:21 PMbdw429s
10/07/2022, 8:21 PMbdw429s
10/07/2022, 8:21 PMnew
is now "aware" of anything. It's just code.bdw429s
10/07/2022, 8:22 PMbdw429s
10/07/2022, 8:23 PMgetMetadata(this).name
seancorfield
foo.bar(1, 2, 3)
is really bar(foo, 1, 2, 3)
behind the scenes and the foo.bar()
notification just provides a sort of scope for which bar
function gets called.Scott Steinbeck
10/07/2022, 8:31 PMScott Steinbeck
10/07/2022, 9:25 PMmycfc.methodname('test')
Scott Steinbeck
10/07/2022, 9:27 PMMyFunkyCalculator::calculateValues( 1 );
does that work across engines?Adam Cameron
Adam Cameron
joechastain
10/19/2022, 12:41 PMjoechastain
10/20/2022, 2:07 PM