GetCameraHeight

From ZDoom Wiki
Jump to navigation Jump to search

Double GetCameraHeight() Const

Usage

Returns actors' the camera height.

Return value

Returns the camera height of the actor, if the actor has the default camera height of INT.MIN/-2147483648, then the function will return the actors' height divided by 2, otherwise it will return the value of the CameraHeight property.

Examples

Nuvolachalk.png Note: This article lists no examples. If you make use of this feature in your own project(s) or know of any basic examples that could be shared, please add them. This will make it easier to understand for future authors seeking assistance. Your contributions are greatly appreciated.