Client:UpdateClientGameViewTransform
Client:UpdateClientGameViewTransform(transform: LinearTransform)
Parameters
Name | Type | Description |
---|---|---|
transform | LinearTransform |
Example
Hooks:Install('Client:UpdateClientGameViewTransform', 1, function(hook, transform)
-- Do stuff here.
end)
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)