MCPcopy
hub / github.com/EngoEngine/engo / SetOverrideCloseAction

Function SetOverrideCloseAction

engo.go:240–242  ·  view source on GitHub ↗

SetOverrideCloseAction can be used to change the value in the given `RunOpts` after already having called `engo.Run`.

(value bool)

Source from the content-addressed store, hash-verified

238
239// SetOverrideCloseAction can be used to change the value in the given `RunOpts` after already having called `engo.Run`.
240func SetOverrideCloseAction(value bool) {
241 opts.OverrideCloseAction = value
242}
243
244// SetFPSLimit can be used to change the value in the given `RunOpts` after already having called `engo.Run`.
245func SetFPSLimit(limit int) error {

Callers 1

Calls

no outgoing calls

Tested by 1