Input:PreUpdate
Input:PreUpdate(cache: ConceptCache, deltaTime: float)
Parameters
Name | Type | Description |
---|---|---|
cache | ConceptCache | |
deltaTime | float |
Example
Hooks:Install('Input:PreUpdate', 1, function(hook, cache, deltaTime)
-- Do stuff here.
end)
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)