Emmett Gaines
c3f95024b2
Gets rid of the GetComponent macros (#44220)
* Removes the GetComponent macros
* Regex replacement for GET_COMPONENT
Search: `GET_COMPONENT\( *(.+?) *, *(.+?) *\)`
Replace: `var$2/$1 = GetComponent($2)`
* Regex replacement for GET_COMPONENT_FROM
Search: `GET_COMPONENT_FROM\( *(.+?) *, *(.+?) *, *(.+?) *\)`
Replace: `var$2/$1 = $3.GetComponent($2)`
2019-06-04 17:39:58 +02:00
..
2019-06-04 05:50:50 -04:00
2019-06-04 17:39:58 +02:00
2019-05-30 13:37:48 +02:00
2019-06-02 21:29:14 +03:00
2019-05-31 21:57:26 +12:00
2019-06-03 11:11:09 +12:00
2019-06-04 17:39:58 +02:00
2019-06-04 17:39:58 +02:00
2019-06-04 17:39:58 +02:00
2019-05-23 20:22:36 +01:00
2019-06-04 17:39:58 +02:00
2019-05-28 01:55:40 -04:00
2019-05-26 08:50:37 +01:00
2019-06-04 17:39:58 +02:00
2019-06-04 17:39:58 +02:00
2019-05-29 14:03:03 +01:00
2019-06-04 17:39:58 +02:00
2019-06-04 17:39:58 +02:00
2019-06-04 17:39:58 +02:00
2019-05-31 21:57:26 +12:00
2019-06-04 17:39:58 +02:00
2019-06-04 17:39:58 +02:00
2019-06-04 17:39:58 +02:00
2019-06-04 05:50:50 -04:00
2019-06-04 17:39:58 +02:00
2019-06-04 17:39:58 +02:00
2019-06-04 17:39:58 +02:00
2019-06-04 17:39:58 +02:00
2019-06-02 21:29:14 +03:00
2019-05-27 22:22:39 +12:00
2019-06-01 08:41:37 +12:00
2019-06-03 11:16:56 +12:00
2019-06-01 09:31:05 +12:00
2019-06-04 17:39:58 +02:00
2019-05-31 21:57:26 +12:00
2019-05-28 09:59:20 +02:00