Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

WSA.Tile.DeleteSecondary

public static function DeleteSecondary(tileId: string): void;
public static function DeleteSecondary(tileId: string, pos: Vector2): void;
public static function DeleteSecondary(tileId: string, area: Rect): void;

Parameters

tileId An identifier for secondary tile.
pos The coordinates for a request to unpin tile.
area The area on the screen above which the request to unpin tile will be displayed.

Description

Show a request to unpin secondary tile from start screen.