MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / SlGetFieldLength

Function SlGetFieldLength

src/saveload/saveload.cpp:800–803  ·  view source on GitHub ↗

Get the length of the current object */

Source from the content-addressed store, hash-verified

798
799/** Get the length of the current object */
800size_t SlGetFieldLength()
801{
802 return _sl.obj_len;
803}
804
805/**
806 * Return a signed-long version of the value of a setting

Callers 4

LoadMethod · 0.85
LoadMethod · 0.85
LoadMethod · 0.85
LoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected