Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit b885721

Browse files
committedApr 28, 2019
Improve Type information
1 parent 9bc763d commit b885721

File tree

355 files changed

+683
-683
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

355 files changed

+683
-683
lines changed
 

‎scripts/[clientscript,addtooltip].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 38
2-
[clientscript,addtooltip](component $component0, component $component1, int $int2, int $int3, string $string0)
2+
[clientscript,addtooltip](component $component0, component $component1, string $string0, int $int2, int $int3)
33
def_int $int4 = 0;
44
def_int $int5 = 0;
55
if (%varcint1 < calc(clientclock + $int2)) {
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// 1459
2-
[clientscript,agilityarena_rewards_draw](component $component0, int $int1, int $int2, component $component3, string $string0)
3-
~agilityarena_rewards_draw($component0, $string0, $int1, $int2, $component3);
2+
[clientscript,agilityarena_rewards_draw](component $component0, string $string0, int $int1, boolean $boolean2, component $component3)
3+
~agilityarena_rewards_draw($component0, $string0, $int1, $boolean2, $component3);

0 commit comments

Comments
 (0)