mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
Adds a hook for changing view size. (#23690)
* Adds a hook for changing view size. * """"coding standards""""
This commit is contained in:
committed by
oranges
parent
572b5dc98e
commit
43fd486f82
@@ -551,3 +551,10 @@ var/next_external_rsc = 0
|
||||
return FALSE
|
||||
if ("key")
|
||||
return FALSE
|
||||
|
||||
|
||||
/client/proc/change_view(new_size)
|
||||
if (isnull(new_size))
|
||||
CRASH("change_view called without argument.")
|
||||
|
||||
view = new_size
|
||||
|
||||
Reference in New Issue
Block a user