| 148 | } |
| 149 | |
| 150 | FixedString StyledRenderable::GetDragDropType() const |
| 151 | { |
| 152 | return DragDropType; |
| 153 | } |
| 154 | |
| 155 | void StyledRenderable::SetDragDropType(lua_State* L, FixedString type) |
| 156 | { |
nothing calls this directly
no outgoing calls
no test coverage detected